Searched refs:runtime_control (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/basic/ |
D | path-lookup.c | 154 const char *runtime_control) { in user_dirs() argument 173 if (strv_extend(&res, runtime_control) < 0) in user_dirs() 523 *persistent_control = NULL, *runtime_control = NULL, in lookup_paths_init() local 583 r = acquire_control_dirs(scope, &persistent_control, &runtime_control); in lookup_paths_init() 614 STRV_IFNOTNULL(runtime_control), in lookup_paths_init() 638 STRV_IFNOTNULL(runtime_control), in lookup_paths_init() 660 persistent_control, runtime_control); in lookup_paths_init() 704 r = patch_root_prefix(&runtime_control, root); in lookup_paths_init() 732 .runtime_control = TAKE_PTR(runtime_control), in lookup_paths_init() 773 lp->runtime_control = mfree(lp->runtime_control); in lookup_paths_free()
|
D | path-lookup.h | 53 char *runtime_control; member
|
D | unit-file.c | 208 streq_ptr(path, lp->runtime_control); in lookup_paths_mtime_exclude()
|
/systemd-251/src/shared/ |
D | install.c | 175 path_equal_ptr(parent, lp->runtime_control); in path_is_control() 226 path_equal_ptr(path, lp->runtime_control); in path_is_runtime()
|
/systemd-251/src/core/ |
D | unit.c | 4235 return u->manager->lookup_paths.runtime_control; in unit_drop_in_dir()
|