Home
last modified time | relevance | path

Searched refs:persistent_control (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/basic/
Dpath-lookup.c153 const char *persistent_control, in user_dirs() argument
170 if (strv_extend(&res, persistent_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()
613 STRV_IFNOTNULL(persistent_control), in lookup_paths_init()
637 STRV_IFNOTNULL(persistent_control), in lookup_paths_init()
660 persistent_control, runtime_control); in lookup_paths_init()
701 r = patch_root_prefix(&persistent_control, root); in lookup_paths_init()
731 .persistent_control = TAKE_PTR(persistent_control), in lookup_paths_init()
772 lp->persistent_control = mfree(lp->persistent_control); in lookup_paths_free()
Dpath-lookup.h52 char *persistent_control; member
Dunit-file.c207 streq_ptr(path, lp->persistent_control) || in lookup_paths_mtime_exclude()
/systemd-251/src/shared/
Dinstall.c174 return path_equal_ptr(parent, lp->persistent_control) || in path_is_control()
/systemd-251/src/core/
Dunit.c4232 return u->manager->lookup_paths.persistent_control; in unit_drop_in_dir()