Searched refs:bus_event_loop_with_idle (Results 1 - 8 of 8) sorted by relevance
/systemd/src/machine/ |
H A D | machined.c | 347 return bus_event_loop_with_idle(
|
/systemd/src/shared/ |
H A D | bus-util.h | 64 int bus_event_loop_with_idle(sd_event *e, sd_bus *bus, const char *name, usec_t timeout, check_idle_t check_idle, void *userdata);
|
H A D | bus-util.c | 124 int bus_event_loop_with_idle( function
|
/systemd/src/hostname/ |
H A D | hostnamed.c | 735 r = bus_event_loop_with_idle(event, bus, "org.freedesktop.hostname1", DEFAULT_EXIT_USEC, NULL, NULL);
|
/systemd/src/timedate/ |
H A D | timedated.c | 723 r = bus_event_loop_with_idle(event, bus, "org.freedesktop.timedate1", DEFAULT_EXIT_USEC, NULL, NULL);
|
/systemd/src/import/ |
H A D | importd.c | 1176 return bus_event_loop_with_idle(
|
/systemd/src/locale/ |
H A D | localed.c | 1325 r = bus_event_loop_with_idle(event, bus, "org.freedesktop.locale1", DEFAULT_EXIT_USEC, NULL, NULL);
|
/systemd/src/network/ |
H A D | networkd-manager.c | 1131 return bus_event_loop_with_idle(
|
Completed in 2320 milliseconds