Searched refs:cached_id_map (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 26 _cleanup_(hashmap_freep) Hashmap *cached_name_map = NULL, *cached_id_map = NULL; in verb_cat() 62 …r = unit_find_paths(bus, *name, &lp, false, &cached_name_map, &cached_id_map, &fragment_path, &dro… in verb_cat() 378 _cleanup_(hashmap_freep) Hashmap *cached_name_map = NULL, *cached_id_map = NULL; in find_paths_to_edit() 394 … r = unit_find_paths(bus, *name, &lp, false, &cached_name_map, &cached_id_map, &path, &unit_paths); in find_paths_to_edit() 399 … r = unit_find_paths(bus, *name, &lp, true, &cached_name_map, &cached_id_map, &path, &unit_paths); in find_paths_to_edit()
|
D | systemctl-util.h | 38 …t char *unit_name, LookupPaths *lp, bool force_client_side, Hashmap **cached_id_map, Hashmap **cac…
|
D | systemctl-util.c | 424 Hashmap **cached_id_map, in unit_find_paths() argument 509 … r = unit_file_build_name_map(lp, NULL, cached_id_map, cached_name_map, NULL); in unit_find_paths() 514 … r = unit_file_find_fragment(*cached_id_map, *cached_name_map, unit_name, &_path, &names); in unit_find_paths()
|