Searched defs:send_removed_signal (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Ddbus-job.c153 static int send_removed_signal(sd_bus *bus, void *userdata) { function
190 r = bus_foreach_bus(j->manager, j->clients, send_removed_signal, j);
H A Ddbus-unit.c930 static int send_removed_signal(sd_bus *bus, void *userdata) { function
969 r = bus_foreach_bus(u->manager, NULL, send_removed_signal, u);

Completed in 32 milliseconds