Searched refs:try_bus_connect (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Ddbus.h26 int bus_init(Manager *m, bool try_bus_connect);
H A Ddbus.c1041 int bus_init(Manager *m, bool try_bus_connect) { argument
1044 if (try_bus_connect) {
H A Dmanager.c771 bool try_bus_connect; local
778 try_bus_connect =
784 return bus_init(m, try_bus_connect);

Completed in 67 milliseconds