Home
last modified time | relevance | path

Searched refs:notify_state (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/test/
Dtest-tables.c85 test_table(notify_state, NOTIFY_STATE); in main()
/systemd-251/src/core/
Dservice.h196 NotifyState notify_state; member
Dservice.c846 prefix, notify_state_to_string(s->notify_state), in service_dump()
2087 if (s->notify_state == NOTIFY_RELOADING) in service_enter_running()
2089 else if (s->notify_state == NOTIFY_STOPPING) in service_enter_running()
2550 s->notify_state = NOTIFY_UNKNOWN; in service_start()
4141 s->notify_state = NOTIFY_READY; in service_notify_message()
4157 s->notify_state = NOTIFY_RELOADING; in service_notify_message()
4166 s->notify_state = NOTIFY_STOPPING; in service_notify_message()
4682 DEFINE_STRING_TABLE_LOOKUP(notify_state, NotifyState);