Searched refs:LookupPaths (Results 1 - 8 of 8) sorted by relevance

/systemd/src/shared/
H A Dpath-lookup.h25 typedef struct LookupPaths { struct
31 } LookupPaths; typedef in typeref:struct:LookupPaths
45 int lookup_paths_init(LookupPaths *p,
55 int lookup_paths_init_from_scope(LookupPaths *paths,
59 void lookup_paths_free(LookupPaths *p);
H A Dpath-lookup.c239 LookupPaths *p,
416 void lookup_paths_free(LookupPaths *p) {
427 int lookup_paths_init_from_scope(LookupPaths *paths,
H A Dinstall.c1043 const LookupPaths *paths,
1147 const LookupPaths *paths,
1226 const LookupPaths *paths,
1336 const LookupPaths *paths,
1364 const LookupPaths *paths,
1400 const LookupPaths *paths,
1452 const LookupPaths *paths,
1628 _cleanup_lookup_paths_free_ LookupPaths paths = {};
1716 _cleanup_lookup_paths_free_ LookupPaths paths = {};
1791 _cleanup_lookup_paths_free_ LookupPaths path
[all...]
H A Dinstall.h138 int unit_file_lookup_state(UnitFileScope scope, const char *root_dir,const LookupPaths *paths, const char *name, UnitFileState *ret);
/systemd/src/test/
H A Dtest-path-lookup.c32 _cleanup_lookup_paths_free_ LookupPaths lp_without_env = {};
33 _cleanup_lookup_paths_free_ LookupPaths lp_with_env = {};
/systemd/src/core/
H A Dmanager.h143 LookupPaths lookup_paths;
/systemd/src/sysv-generator/
H A Dsysv-generator.c732 static int enumerate_sysv(const LookupPaths *lp, Hashmap *all_services) {
806 static int set_dependencies_from_rcnd(const LookupPaths *lp, Hashmap *all_services) {
947 _cleanup_lookup_paths_free_ LookupPaths lp = {};
/systemd/src/systemctl/
H A Dsystemctl.c2277 static int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **unit_path) {
2304 LookupPaths *lp,
4731 static int init_home_and_lookup_paths(char **user_home, char **user_runtime, LookupPaths *lp) {
4779 _cleanup_lookup_paths_free_ LookupPaths lp = {};
5205 _cleanup_lookup_paths_free_ LookupPaths paths = {};
6061 _cleanup_lookup_paths_free_ LookupPaths lp = {};

Completed in 208 milliseconds