Searched refs:bus_get_property (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | bus-locator.h | 27 int bus_get_property(sd_bus *bus, const BusLocator *locator, const char *member, sd_bus_error *erro…
|
D | bus-locator.c | 109 int bus_get_property( in bus_get_property() function
|
/systemd-251/src/systemctl/ |
D | systemctl-set-environment.c | 75 r = bus_get_property(bus, bus_systemd_mgr, "Environment", &error, &reply, "as"); in verb_show_environment()
|
D | systemctl-logind.c | 365 r = bus_get_property(bus, bus_login_mgr, "ScheduledShutdown", &error, &reply, "(st)"); in logind_show_shutdown()
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 1065 r = bus_get_property(bus, bus_resolve_mgr, "TransactionStatistics", &error, &reply, "(tt)"); in show_statistics() 1077 r = bus_get_property(bus, bus_resolve_mgr, "CacheStatistics", &error, &reply, "(ttt)"); in show_statistics() 1090 r = bus_get_property(bus, bus_resolve_mgr, "DNSSECStatistics", &error, &reply, "(tttt)"); in show_statistics()
|