Searched refs:NOTIFY_STOPPING (Results 1 – 15 of 15) sorted by relevance
/systemd-251/src/shared/ |
D | daemon-util.h | 9 #define NOTIFY_STOPPING "STOPPING=1\n" "STATUS=Shutting down..." macro
|
/systemd-251/src/userdb/ |
D | userdbd.c | 50 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/home/ |
D | homed.c | 42 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/resolve/ |
D | resolved.c | 90 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/network/ |
D | networkd.c | 112 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/timesync/ |
D | timesyncd.c | 150 NOTIFY_STOPPING); in run()
|
/systemd-251/src/oom/ |
D | oomd.c | 189 notify_msg = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/portable/ |
D | portabled.c | 163 (void) sd_notify(false, NOTIFY_STOPPING); in run()
|
/systemd-251/src/core/ |
D | service.h | 61 NOTIFY_STOPPING, enumerator
|
D | service.c | 2089 else if (s->notify_state == NOTIFY_STOPPING) in service_enter_running() 4166 s->notify_state = NOTIFY_STOPPING; in service_notify_message() 4679 [NOTIFY_STOPPING] = "stopping",
|
/systemd-251/src/initctl/ |
D | initctl.c | 338 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/machine/ |
D | machined.c | 359 (void) sd_notify(false, NOTIFY_STOPPING); in run()
|
/systemd-251/src/journal-remote/ |
D | journal-upload.c | 872 NOTIFY_STOPPING); in run()
|
D | journal-remote-main.c | 1153 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/login/ |
D | logind.c | 1197 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|