Home
last modified time | relevance | path

Searched refs:SPECIAL_INIT_SCOPE (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/core/
Dscope.c150 !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()
Dcgroup.c3357 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()
Ddbus-unit.c2246 if (unit_has_name(u, SPECIAL_INIT_SCOPE)) in bus_unit_set_transient_property()
Dunit.c3322 if (unit_has_name(u, SPECIAL_INIT_SCOPE) && in unit_set_slice()
/systemd-251/src/basic/
Dspecial.h110 #define SPECIAL_INIT_SCOPE "init.scope" macro
Dcgroup-util.c1034 e = endswith(p, "/" SPECIAL_INIT_SCOPE); in cg_get_root_path()
/systemd-251/src/shared/
Dcondition.c1026 e = endswith(root_scope, "/" SPECIAL_INIT_SCOPE); in condition_test_psi()
/systemd-251/src/coredump/
Dcoredump.c953 …context->is_pid1 = streq(context->meta[META_ARGV_PID], "1") || streq_ptr(unit, SPECIAL_INIT_SCOPE); in save_context()