Home
last modified time | relevance | path

Searched refs:sd_bus_get_scope (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/
Dlibsystemd.sym214 sd_bus_get_scope;
/systemd-251/man/rules/
Dmeson.build430 'sd_bus_get_scope',
/systemd-251/src/systemd/
Dsd-bus.h196 int sd_bus_get_scope(sd_bus *bus, const char **scope);
/systemd-251/src/busctl/
Dbusctl.c1391 r = sd_bus_get_scope(bus, &scope); in status()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c4179 _public_ int sd_bus_get_scope(sd_bus *bus, const char **scope) { in sd_bus_get_scope() function