Searched refs:service_enter_stop_post (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | service.c | 1899 static void service_enter_stop_post(Service *s, ServiceResult f) { in service_enter_stop_post() function 1992 service_enter_stop_post(s, SERVICE_SUCCESS); in service_enter_signal() 2004 service_enter_stop_post(s, SERVICE_FAILURE_RESOURCES); in service_enter_signal() 3349 service_enter_stop_post(s, SERVICE_FAILURE_PROTOCOL); in service_notify_cgroup_empty_event() 3367 service_enter_stop_post(s, SERVICE_FAILURE_PROTOCOL); in service_notify_cgroup_empty_event() 3383 service_enter_stop_post(s, SERVICE_SUCCESS); in service_notify_cgroup_empty_event() 3600 service_enter_stop_post(s, f); in service_sigchld_event() 3773 service_enter_stop_post(s, f); in service_sigchld_event() 3850 service_enter_stop_post(s, SERVICE_FAILURE_TIMEOUT); in service_dispatch_timer() 3890 service_enter_stop_post(s, SERVICE_FAILURE_TIMEOUT); in service_dispatch_timer() [all …]
|