Home
last modified time | relevance | path

Searched refs:bus_get_unit_property_strv (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/analyze/
Danalyze.h42 int bus_get_unit_property_strv(sd_bus *bus, const char *path, const char *property, char ***strv);
Danalyze-dot.c33 r = bus_get_unit_property_strv(bus, u->unit_path, prop, &units); in graph_one_property()
Danalyze-critical-chain.c54 return bus_get_unit_property_strv(bus, path, "After", deps); in list_dependencies_get_dependencies()
Danalyze.c131 int bus_get_unit_property_strv(sd_bus *bus, const char *path, const char *property, char ***strv) { in bus_get_unit_property_strv() function