Searched refs:unit_find_paths (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 62 …r = unit_find_paths(bus, *name, &lp, false, &cached_name_map, &cached_id_map, &fragment_path, &dro… in verb_cat() 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 int unit_find_paths(sd_bus *bus, const char *unit_name, LookupPaths *lp, bool force_client_side, Ha…
|
D | systemctl-util.c | 418 int unit_find_paths( in unit_find_paths() function
|