Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-is-system-running.c20 …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/
Dverb-log-control.c42 r = bus_get_property_string(bus, &bloc, in verb_log_control_common()
Dbus-locator.h29 int bus_get_property_string(sd_bus *bus, const BusLocator *locator, const char *member, sd_bus_erro…
Dbus-locator.c134 int bus_get_property_string( in bus_get_property_string() function