Scope             354 build2/src/core/load-fragment-gperf.c       {"Scope.TimeoutStopSec",            config_parse_sec,                   0,                             offsetof(Scope, timeout_stop_usec)},
Scope             389 build2/src/core/load-fragment-gperf.c       {"Scope.KillMode",                     config_parse_kill_mode,             0,                             offsetof(Scope, kill_context.kill_mode)},
Scope             425 build2/src/core/load-fragment-gperf.c       {"Scope.MemoryLimit",                  config_parse_memory_limit,          0,                             offsetof(Scope, cgroup_context)},
Scope             427 build2/src/core/load-fragment-gperf.c       {"Scope.CPUShares",                    config_parse_cpu_shares,            0,                             offsetof(Scope, cgroup_context.cpu_shares)},
Scope             435 build2/src/core/load-fragment-gperf.c       {"Scope.BlockIOWeight",                config_parse_blockio_weight,        0,                             offsetof(Scope, cgroup_context.blockio_weight)},
Scope             441 build2/src/core/load-fragment-gperf.c       {"Scope.BlockIODeviceWeight",          config_parse_blockio_device_weight, 0,                             offsetof(Scope, cgroup_context)},
Scope             488 build2/src/core/load-fragment-gperf.c       {"Scope.KillSignal",                   config_parse_kill_signal,           0,                             offsetof(Scope, kill_context.kill_signal)},
Scope             500 build2/src/core/load-fragment-gperf.c       {"Scope.StartupCPUShares",             config_parse_cpu_shares,            0,                             offsetof(Scope, cgroup_context.startup_cpu_shares)},
Scope             519 build2/src/core/load-fragment-gperf.c       {"Scope.CPUQuota",                     config_parse_cpu_quota,             0,                             offsetof(Scope, cgroup_context)},
Scope             596 build2/src/core/load-fragment-gperf.c       {"Scope.MemoryAccounting",             config_parse_bool,                  0,                             offsetof(Scope, cgroup_context.memory_accounting)},
Scope             637 build2/src/core/load-fragment-gperf.c       {"Scope.StartupBlockIOWeight",         config_parse_blockio_weight,        0,                             offsetof(Scope, cgroup_context.startup_blockio_weight)},
Scope             666 build2/src/core/load-fragment-gperf.c       {"Scope.BlockIOAccounting",            config_parse_bool,                  0,                             offsetof(Scope, cgroup_context.blockio_accounting)},
Scope             675 build2/src/core/load-fragment-gperf.c       {"Scope.BlockIOReadBandwidth",         config_parse_blockio_bandwidth,     0,                             offsetof(Scope, cgroup_context)},
Scope             686 build2/src/core/load-fragment-gperf.c       {"Scope.BlockIOWriteBandwidth",        config_parse_blockio_bandwidth,     0,                             offsetof(Scope, cgroup_context)},
Scope             736 build2/src/core/load-fragment-gperf.c       {"Scope.CPUAccounting",                config_parse_bool,                  0,                             offsetof(Scope, cgroup_context.cpu_accounting)},
Scope             800 build2/src/core/load-fragment-gperf.c       {"Scope.SendSIGKILL",                 config_parse_bool,                  0,                             offsetof(Scope, kill_context.send_sigkill)},
Scope             838 build2/src/core/load-fragment-gperf.c       {"Scope.DevicePolicy",                 config_parse_device_policy,         0,                             offsetof(Scope, cgroup_context.device_policy)},
Scope             898 build2/src/core/load-fragment-gperf.c       {"Scope.SendSIGHUP",                   config_parse_bool,                  0,                             offsetof(Scope, kill_context.send_sighup)},
Scope            1079 build2/src/core/load-fragment-gperf.c       {"Scope.DeviceAllow",                  config_parse_device_allow,          0,                             offsetof(Scope, cgroup_context)},
Scope              34 src/core/dbus-scope.c         Scope *s = userdata;
Scope              61 src/core/dbus-scope.c         SD_BUS_PROPERTY("Controller", "s", NULL, offsetof(Scope, controller), SD_BUS_VTABLE_PROPERTY_CONST),
Scope              62 src/core/dbus-scope.c         SD_BUS_PROPERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Scope, timeout_stop_usec), SD_BUS_VTABLE_PROPERTY_CONST),
Scope              63 src/core/dbus-scope.c         SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Scope, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Scope              70 src/core/dbus-scope.c                 Scope *s,
Scope             168 src/core/dbus-scope.c         Scope *s = SCOPE(u);
Scope             203 src/core/dbus-scope.c int bus_scope_send_request_stop(Scope *s) {
Scope              47 src/core/scope.c         Scope *s = SCOPE(u);
Scope              59 src/core/scope.c         Scope *s = SCOPE(u);
Scope              68 src/core/scope.c static int scope_arm_timer(Scope *s) {
Scope              94 src/core/scope.c static void scope_set_state(Scope *s, ScopeState state) {
Scope             113 src/core/scope.c static int scope_add_default_dependencies(Scope *s) {
Scope             129 src/core/scope.c static int scope_verify(Scope *s) {
Scope             144 src/core/scope.c         Scope *s = SCOPE(u);
Scope             177 src/core/scope.c         Scope *s = SCOPE(u);
Scope             201 src/core/scope.c         Scope *s = SCOPE(u);
Scope             216 src/core/scope.c static void scope_enter_dead(Scope *s, ScopeResult f) {
Scope             225 src/core/scope.c static void scope_enter_signal(Scope *s, ScopeState state, ScopeResult f) {
Scope             274 src/core/scope.c         Scope *s = SCOPE(u);
Scope             308 src/core/scope.c         Scope *s = SCOPE(u);
Scope             324 src/core/scope.c         Scope *s = SCOPE(u);
Scope             339 src/core/scope.c         Scope *s = SCOPE(u);
Scope             353 src/core/scope.c         Scope *s = SCOPE(u);
Scope             364 src/core/scope.c         Scope *s = SCOPE(u);
Scope             387 src/core/scope.c         Scope *s = SCOPE(u);
Scope             405 src/core/scope.c         Scope *s = SCOPE(u);
Scope             431 src/core/scope.c         Scope *s = SCOPE(userdata);
Scope             461 src/core/scope.c int scope_abandon(Scope *s) {
Scope             519 src/core/scope.c         .object_size = sizeof(Scope),
Scope             520 src/core/scope.c         .cgroup_context_offset = offsetof(Scope, cgroup_context),
Scope             521 src/core/scope.c         .kill_context_offset = offsetof(Scope, kill_context),
Scope              24 src/core/scope.h typedef struct Scope Scope;
Scope              66 src/core/scope.h int scope_abandon(Scope *s);
Scope             441 src/core/unit.h DEFINE_CAST(SCOPE, Scope);