Home
last modified time | relevance | path

Searched refs:lookup_paths_init_or_warn (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/analyze/
Danalyze-unit-paths.c12 r = lookup_paths_init_or_warn(&paths, arg_scope, 0, NULL); in verb_unit_paths()
Danalyze-unit-files.c24 r = lookup_paths_init_or_warn(&lp, arg_scope, 0, NULL); in verb_unit_files()
/systemd-251/src/basic/
Dpath-lookup.h63 int lookup_paths_init_or_warn(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const cha…
Dpath-lookup.c744 int lookup_paths_init_or_warn(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const cha… in lookup_paths_init_or_warn() function
/systemd-251/src/systemctl/
Dsystemctl-edit.c40 r = lookup_paths_init_or_warn(&lp, arg_scope, 0, arg_root); in verb_cat()
510 r = lookup_paths_init_or_warn(&lp, arg_scope, 0, arg_root); in verb_edit()
Dsystemctl-sysv-compat.c131 r = lookup_paths_init_or_warn(&paths, arg_scope, LOOKUP_PATHS_EXCLUDE_GENERATED, arg_root); in enable_sysv_units()
Dsystemctl-enable.c144 r = lookup_paths_init_or_warn(&lp, arg_scope, 0, arg_root); in verb_enable()
/systemd-251/src/sysv-generator/
Dsysv-generator.c894 … r = lookup_paths_init_or_warn(&lp, LOOKUP_SCOPE_SYSTEM, LOOKUP_PATHS_EXCLUDE_GENERATED, NULL); in run()
/systemd-251/src/core/
Dmanager.c1782 r = lookup_paths_init_or_warn(&m->lookup_paths, m->unit_file_scope, in manager_startup()
3374 r = lookup_paths_init_or_warn(&m->lookup_paths, m->unit_file_scope, 0, NULL); in manager_reload()