Searched refs:bus_get_property_string (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-is-system-running.c | 20 …r = bus_get_property_string(sd_bus_message_get_bus(m), bus_systemd_mgr, "SystemState", NULL, state… in match_startup_finished() 61 r = bus_get_property_string(bus, bus_systemd_mgr, "SystemState", &error, &state); in verb_is_system_running()
|
/systemd-251/src/shared/ |
D | verb-log-control.c | 42 r = bus_get_property_string(bus, &bloc, in verb_log_control_common()
|
D | bus-locator.h | 29 int bus_get_property_string(sd_bus *bus, const BusLocator *locator, const char *member, sd_bus_erro…
|
D | bus-locator.c | 134 int bus_get_property_string( in bus_get_property_string() function
|