Home
last modified time | relevance | path

Searched refs:match_job_removed (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/shared/
Dbus-wait-for-jobs.c35 static int match_job_removed(sd_bus_message *m, void *userdata, sd_bus_error *error) { in match_job_removed() function
106 match_job_removed, NULL, d); in bus_wait_for_jobs_new()
/systemd-251/src/machine/
Dmachined.h54 int match_job_removed(sd_bus_message *message, void *userdata, sd_bus_error *error);
Dmachined.c200 …r = bus_match_signal_async(m->bus, NULL, bus_systemd_mgr, "JobRemoved", match_job_removed, NULL, m… in manager_connect_bus()
Dmachined-dbus.c1217 int match_job_removed(sd_bus_message *message, void *userdata, sd_bus_error *error) { in match_job_removed() function
/systemd-251/src/login/
Dlogind-dbus.h20 int match_job_removed(sd_bus_message *message, void *userdata, sd_bus_error *error);
Dlogind.c648 …r = bus_match_signal_async(m->bus, NULL, bus_systemd_mgr, "JobRemoved", match_job_removed, NULL, m… in manager_connect_bus()
Dlogind-dbus.c3763 int match_job_removed(sd_bus_message *message, void *userdata, sd_bus_error *error) { in match_job_removed() function
/systemd-251/src/timedate/
Dtimedated.c449 static int match_job_removed(sd_bus_message *m, void *userdata, sd_bus_error *error) { in match_job_removed() function
964 match_job_removed, NULL, c); in method_set_ntp()