Home
last modified time | relevance | path

Searched refs:NOTIFY_READY (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/shared/
Ddaemon-util.h8 #define NOTIFY_READY "READY=1\n" "STATUS=Processing requests..." macro
/systemd-251/src/userdb/
Duserdbd.c50 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/home/
Dhomed.c42 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/resolve/
Dresolved.c90 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/network/
Dnetworkd.c112 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/oom/
Doomd.c189 notify_msg = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/portable/
Dportabled.c157 r = sd_notify(false, NOTIFY_READY); in run()
/systemd-251/src/core/
Dservice.h59 NOTIFY_READY, enumerator
Dservice.c4141 s->notify_state = NOTIFY_READY; in service_notify_message()
4677 [NOTIFY_READY] = "ready",
/systemd-251/src/initctl/
Dinitctl.c338 notify_stop = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/machine/
Dmachined.c353 r = sd_notify(false, NOTIFY_READY); in run()
/systemd-251/src/journal-remote/
Djournal-remote-main.c1153 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()
/systemd-251/src/login/
Dlogind.c1197 notify_message = notify_start(NOTIFY_READY, NOTIFY_STOPPING); in run()