Home
last modified time | relevance | path

Searched refs:console_active_event_source (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/login/
Dlogind.h44 sd_event_source *console_active_event_source; member
Dlogind.c142 sd_event_source_unref(m->console_active_event_source); in manager_unref()
772 …r = sd_event_add_io(m->event, &m->console_active_event_source, m->console_active_fd, 0, manager_di… in manager_connect_console()