Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Dinstall.c103 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 …]
Ddns-domain.c612 char ln[DNS_LABEL_MAX], lp[DNS_LABEL_MAX]; in dns_name_startswith() local
/systemd-251/src/systemctl/
Dsystemctl-util.c386 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()
/systemd-251/src/basic/
Dpath-lookup.c511 LookupPaths *lp, 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()
Dunit-file.c200 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/sysv-generator/
Dsysv-generator.c707 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()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c2418 uint64_t left, right, k, lp; in generic_array_bisect() local