/systemd-251/src/basic/ |
D | path-lookup.h | 23 typedef struct LookupPaths { struct 60 } LookupPaths; argument 62 int lookup_paths_init(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const char *root_… 63 int lookup_paths_init_or_warn(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const cha… 73 void lookup_paths_log(LookupPaths *p); 74 void lookup_paths_free(LookupPaths *p);
|
D | unit-file.h | 37 bool lookup_paths_timestamp_hash_same(const LookupPaths *lp, uint64_t timestamp_hash, uint64_t *ret… 49 const LookupPaths *lp,
|
D | path-lookup.c | 511 LookupPaths *lp, in lookup_paths_init() 719 *lp = (LookupPaths) { in lookup_paths_init() 744 int lookup_paths_init_or_warn(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const cha… in lookup_paths_init_or_warn() 754 void lookup_paths_free(LookupPaths *lp) { in lookup_paths_free() 779 void lookup_paths_log(LookupPaths *lp) { in lookup_paths_log()
|
D | unit-file.c | 200 static bool lookup_paths_mtime_exclude(const LookupPaths *lp, const char *path) { in lookup_paths_mtime_exclude() 213 bool lookup_paths_timestamp_hash_same(const LookupPaths *lp, uint64_t timestamp_hash, uint64_t *ret… in lookup_paths_timestamp_hash_same() 373 const LookupPaths *lp, in unit_file_build_name_map()
|
/systemd-251/src/shared/ |
D | install.c | 103 static int in_search_path(const LookupPaths *lp, const char *path) { in in_search_path() 136 static int path_is_generator(const LookupPaths *lp, const char *path) { in path_is_generator() 151 static int path_is_transient(const LookupPaths *lp, const char *path) { in path_is_transient() 164 static int path_is_control(const LookupPaths *lp, const char *path) { in path_is_control() 178 static int path_is_config(const LookupPaths *lp, const char *path, bool check_parent) { in path_is_config() 199 static int path_is_runtime(const LookupPaths *lp, const char *path, bool check_parent) { in path_is_runtime() 229 static int path_is_vendor_or_generator(const LookupPaths *lp, const char *path) { in path_is_vendor_or_generator() 253 static const char* config_path_from_flags(const LookupPaths *lp, UnitFileFlags flags) { in config_path_from_flags() 431 const LookupPaths *lp, in chroot_unit_symlinks_equivalent() 477 const LookupPaths *lp, in create_symlink() [all …]
|
D | install.h | 184 const LookupPaths *paths, 189 int unit_file_exists(LookupScope scope, const LookupPaths *paths, const char *name);
|
/systemd-251/src/systemctl/ |
D | systemctl-util.h | 37 int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **ret_unit_path); 38 int unit_find_paths(sd_bus *bus, const char *unit_name, LookupPaths *lp, bool force_client_side, Ha… 40 int unit_is_masked(sd_bus *bus, LookupPaths *lp, const char *name); 41 int unit_exists(LookupPaths *lp, const char *unit);
|
D | systemctl-edit.c | 27 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in verb_cat() 208 const LookupPaths *paths, in get_file_to_edit() 241 const LookupPaths *paths, in unit_file_create_new() 272 const LookupPaths *paths, in unit_file_create_copy() 379 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in find_paths_to_edit() 498 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in verb_edit()
|
D | systemctl-util.c | 386 int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **ret_unit_path) { in unit_file_find_path() 421 LookupPaths *lp, in unit_find_paths() 558 LookupPaths *lp, in unit_find_template_path() 600 int unit_is_masked(sd_bus *bus, LookupPaths *lp, const char *name) { in unit_is_masked() 625 int unit_exists(LookupPaths *lp, const char *unit) { in unit_exists()
|
D | systemctl-sysv-compat.c | 114 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in enable_sysv_units()
|
D | systemctl-enable.c | 142 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in verb_enable()
|
/systemd-251/src/core/ |
D | generator-setup.h | 6 int lookup_paths_mkdir_generator(LookupPaths *p); 7 void lookup_paths_trim_generator(LookupPaths *p); 8 void lookup_paths_flush_generator(LookupPaths *p);
|
D | generator-setup.c | 10 int lookup_paths_mkdir_generator(LookupPaths *p) { in lookup_paths_mkdir_generator() 31 void lookup_paths_trim_generator(LookupPaths *p) { in lookup_paths_trim_generator() 44 void lookup_paths_flush_generator(LookupPaths *p) { in lookup_paths_flush_generator()
|
D | manager.h | 239 LookupPaths lookup_paths;
|
/systemd-251/src/test/ |
D | test-path-lookup.c | 16 _cleanup_(lookup_paths_free) LookupPaths lp_without_env = {}; in test_paths_one() 17 _cleanup_(lookup_paths_free) LookupPaths lp_with_env = {}; in test_paths_one() 43 _cleanup_(lookup_paths_free) LookupPaths lp_global = {}, lp_user = {}; in TEST()
|
D | test-unit-file.c | 28 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in TEST()
|
/systemd-251/src/analyze/ |
D | analyze-unit-paths.c | 9 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in verb_unit_paths()
|
D | analyze-unit-files.c | 18 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in verb_unit_files()
|
/systemd-251/src/sysv-generator/ |
D | sysv-generator.c | 707 static int enumerate_sysv(const LookupPaths *lp, Hashmap *all_services) { in enumerate_sysv() 788 static int set_dependencies_from_rcnd(const LookupPaths *lp, Hashmap *all_services) { in set_dependencies_from_rcnd() 888 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in run()
|
/systemd-251/src/portable/ |
D | portable.c | 180 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in extract_now() 1074 static const char *attached_path(const LookupPaths *paths, PortableFlags flags) { in attached_path() 1089 const LookupPaths *paths, in attach_unit_file() 1287 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in portable_attach() 1537 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in portable_detach() 1715 _cleanup_(lookup_paths_free) LookupPaths paths = {}; in portable_get_state_internal()
|
/systemd-251/src/libsystemd/sd-path/ |
D | sd-path.c | 603 _cleanup_(lookup_paths_free) LookupPaths lp = {}; in get_search()
|