Searched refs:NOTIFY_READY (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/shared/ |
D | daemon-util.h | 8 #define NOTIFY_READY "READY=1\n" "STATUS=Processing requests..." 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/oom/ |
D | oomd.c | 189 notify_msg = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
|
/systemd-251/src/portable/ |
D | portabled.c | 157 r = sd_notify(false, NOTIFY_READY); in run()
|
/systemd-251/src/core/ |
D | service.h | 59 NOTIFY_READY, enumerator
|
D | service.c | 4141 s->notify_state = NOTIFY_READY; in service_notify_message() 4677 [NOTIFY_READY] = "ready",
|
/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 | 353 r = sd_notify(false, NOTIFY_READY); in run()
|
/systemd-251/src/journal-remote/ |
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()
|