Searched refs:BusLocator (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | bus-locator.h | 6 typedef struct BusLocator { struct 10 } BusLocator; argument 12 extern const BusLocator* const bus_home_mgr; 13 extern const BusLocator* const bus_import_mgr; 14 extern const BusLocator* const bus_locale; 15 extern const BusLocator* const bus_login_mgr; 16 extern const BusLocator* const bus_machine_mgr; 17 extern const BusLocator* const bus_network_mgr; 18 extern const BusLocator* const bus_portable_mgr; 19 extern const BusLocator* const bus_resolve_mgr; [all …]
|
D | bus-locator.c | 6 const BusLocator* const bus_home_mgr = &(BusLocator){ 12 const BusLocator* const bus_import_mgr = &(BusLocator){ 18 const BusLocator* const bus_locale = &(BusLocator){ 24 const BusLocator* const bus_login_mgr = &(BusLocator){ 30 const BusLocator* const bus_machine_mgr = &(BusLocator){ 36 const BusLocator* const bus_network_mgr = &(BusLocator){ 42 const BusLocator* const bus_portable_mgr = &(BusLocator){ 48 const BusLocator* const bus_resolve_mgr = &(BusLocator){ 54 const BusLocator* const bus_systemd_mgr = &(BusLocator){ 60 const BusLocator* const bus_timedate = &(BusLocator){ [all …]
|
D | verb-log-control.c | 13 const BusLocator bloc = { in verb_log_control_common()
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 2046 static int call_dns(sd_bus *bus, char **dns, const BusLocator *locator, sd_bus_error *error, bool e… in call_dns() 2153 static int call_domain(sd_bus *bus, char **domain, const BusLocator *locator, sd_bus_error *error) { in call_domain() 2429 static int call_nta(sd_bus *bus, char **nta, const BusLocator *locator, sd_bus_error *error) { in call_nta()
|
/systemd-251/src/home/ |
D | homectl.c | 88 static const BusLocator *bus_mgr; 3728 static BusLocator locator = { in redirect_bus_mgr()
|