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

/systemd/src/sysv-generator/
H A Dsysv-generator.c686 static int fix_order(SysvStub *s, Hashmap *all_services) { argument
699 HASHMAP_FOREACH(other, all_services, j) {
732 static int enumerate_sysv(const LookupPaths *lp, Hashmap *all_services) { argument
737 assert(all_services);
770 if (hashmap_contains(all_services, name))
795 r = hashmap_put(all_services, service->name, service);
806 static int set_dependencies_from_rcnd(const LookupPaths *lp, Hashmap *all_services) { argument
866 service = hashmap_get(all_services, name);
946 _cleanup_(free_sysvstub_hashmapp) Hashmap *all_services = NULL;
972 all_services
[all...]

Completed in 43 milliseconds