Searched refs:bus_get_unit_property_strv (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze.h | 42 int bus_get_unit_property_strv(sd_bus *bus, const char *path, const char *property, char ***strv);
|
D | analyze-dot.c | 33 r = bus_get_unit_property_strv(bus, u->unit_path, prop, &units); in graph_one_property()
|
D | analyze-critical-chain.c | 54 return bus_get_unit_property_strv(bus, path, "After", deps); in list_dependencies_get_dependencies()
|
D | analyze.c | 131 int bus_get_unit_property_strv(sd_bus *bus, const char *path, const char *property, char ***strv) { in bus_get_unit_property_strv() function
|