Searched refs:match_unit_removed (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/machine/ |
D | machined.h | 52 int match_unit_removed(sd_bus_message *message, void *userdata, sd_bus_error *error);
|
D | machined.c | 204 …r = bus_match_signal_async(m->bus, NULL, bus_systemd_mgr, "UnitRemoved", match_unit_removed, NULL,… in manager_connect_bus()
|
D | machined-dbus.c | 1289 int match_unit_removed(sd_bus_message *message, void *userdata, sd_bus_error *error) { in match_unit_removed() function
|
/systemd-251/src/login/ |
D | logind-dbus.h | 21 int match_unit_removed(sd_bus_message *message, void *userdata, sd_bus_error *error);
|
D | logind.c | 652 …r = bus_match_signal_async(m->bus, NULL, bus_systemd_mgr, "UnitRemoved", match_unit_removed, NULL,… in manager_connect_bus()
|
D | logind-dbus.c | 3822 int match_unit_removed(sd_bus_message *message, void *userdata, sd_bus_error *error) { in match_unit_removed() function
|