Home
last modified time | relevance | path

Searched refs:unit_find_paths (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-edit.c62 …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()
Dsystemctl-util.h38 int unit_find_paths(sd_bus *bus, const char *unit_name, LookupPaths *lp, bool force_client_side, Ha…
Dsystemctl-util.c418 int unit_find_paths( in unit_find_paths() function