Searched refs:SPECIAL_INIT_SCOPE (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | scope.c | 150 !unit_has_name(UNIT(s), SPECIAL_INIT_SCOPE)) in scope_verify() 159 if (!unit_has_name(u, SPECIAL_INIT_SCOPE)) in scope_load_init_scope() 362 if (unit_has_name(u, SPECIAL_INIT_SCOPE)) in scope_start() 598 if (unit_has_name(UNIT(s), SPECIAL_INIT_SCOPE)) in scope_abandon() 641 u = manager_get_unit(m, SPECIAL_INIT_SCOPE); in scope_enumerate_perpetual() 643 r = unit_new_for_name(m, sizeof(Scope), SPECIAL_INIT_SCOPE, &u); in scope_enumerate_perpetual() 645 … log_error_errno(r, "Failed to allocate the special " SPECIAL_INIT_SCOPE " unit: %m"); in scope_enumerate_perpetual()
|
D | cgroup.c | 3357 e = endswith(m->cgroup_root, "/" SPECIAL_INIT_SCOPE); in manager_setup_cgroup() 3458 scope_path = strjoina(m->cgroup_root, "/" SPECIAL_INIT_SCOPE); in manager_setup_cgroup() 3573 return hashmap_get(m->units, SPECIAL_INIT_SCOPE); in manager_get_unit_by_pid()
|
D | dbus-unit.c | 2246 if (unit_has_name(u, SPECIAL_INIT_SCOPE)) in bus_unit_set_transient_property()
|
D | unit.c | 3322 if (unit_has_name(u, SPECIAL_INIT_SCOPE) && in unit_set_slice()
|
/systemd-251/src/basic/ |
D | special.h | 110 #define SPECIAL_INIT_SCOPE "init.scope" macro
|
D | cgroup-util.c | 1034 e = endswith(p, "/" SPECIAL_INIT_SCOPE); in cg_get_root_path()
|
/systemd-251/src/shared/ |
D | condition.c | 1026 e = endswith(root_scope, "/" SPECIAL_INIT_SCOPE); in condition_test_psi()
|
/systemd-251/src/coredump/ |
D | coredump.c | 953 …context->is_pid1 = streq(context->meta[META_ARGV_PID], "1") || streq_ptr(unit, SPECIAL_INIT_SCOPE); in save_context()
|