Searched refs:bus_print_all_properties (Results 1 - 3 of 3) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.h | 82 int bus_print_all_properties(sd_bus *bus, const char *dest, const char *path, char **filter, bool all);
|
H A D | bus-util.c | 923 int bus_print_all_properties(sd_bus *bus, const char *dest, const char *path, char **filter, bool all) { function
|
/systemd/src/machine/ |
H A D | machinectl.c | 691 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all); 940 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all);
|
Completed in 1833 milliseconds