Searched refs:notify_event_source (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | manager-serialize.c | 484 … m->notify_event_source = sd_event_source_disable_unref(m->notify_event_source); in manager_deserialize()
|
D | manager.c | 1002 m->notify_event_source = sd_event_source_disable_unref(m->notify_event_source); in manager_setup_notify() 1036 if (!m->notify_event_source) { in manager_setup_notify() 1037 …r = sd_event_add_io(m->event, &m->notify_event_source, m->notify_fd, EPOLLIN, manager_dispatch_not… in manager_setup_notify() 1043 … r = sd_event_source_set_priority(m->notify_event_source, SD_EVENT_PRIORITY_NORMAL-8); in manager_setup_notify() 1047 (void) sd_event_source_set_description(m->notify_event_source, "manager-notify"); in manager_setup_notify() 1520 sd_event_source_unref(m->notify_event_source); in manager_free()
|
D | manager.h | 219 sd_event_source *notify_event_source; member
|
/systemd-251/src/journal/ |
D | journald-server.h | 88 sd_event_source *notify_event_source; member
|
D | journald-server.c | 1862 assert(s->notify_event_source == es); in dispatch_notify_event() 1922 r = sd_event_source_set_enabled(s->notify_event_source, SD_EVENT_ON); in dispatch_watchdog() 1945 assert(!s->notify_event_source); in server_connect_notify() 1979 …r = sd_event_add_io(s->event, &s->notify_event_source, s->notify_fd, EPOLLOUT, dispatch_notify_eve… in server_connect_notify() 2588 sd_event_source_unref(s->notify_event_source); in server_done()
|
D | journald-stream.c | 231 if (s->server->notify_event_source) { in stdout_stream_save() 232 … r = sd_event_source_set_enabled(s->server->notify_event_source, SD_EVENT_ON); in stdout_stream_save()
|
/systemd-251/src/import/ |
D | importd.c | 97 sd_event_source *notify_event_source; member 529 sd_event_source_unref(m->notify_event_source); in manager_unref() 662 r = sd_event_add_io(m->event, &m->notify_event_source, in manager_new()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 4279 …fy_parent(sd_event *event, int fd, pid_t *inner_child_pid, sd_event_source **notify_event_source) { in setup_notify_parent() argument 4282 …r = sd_event_add_io(event, notify_event_source, fd, EPOLLIN, nspawn_dispatch_notify_fd, inner_chil… in setup_notify_parent() 4286 (void) sd_event_source_set_description(*notify_event_source, "nspawn-notify"); in setup_notify_parent() 4746 _cleanup_(sd_event_source_unrefp) sd_event_source *notify_event_source = NULL; in run_container() 5143 r = setup_notify_parent(event, notify_socket, PID_TO_PTR(*pid), ¬ify_event_source); in run_container()
|