Searched refs:on_stdin_event (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dptyfwd.c282 static int on_stdin_event(sd_event_source *e, int fd, uint32_t revents, void *userdata) { function
394 r = sd_event_add_io(f->event, &f->stdin_event_source, STDIN_FILENO, EPOLLIN|EPOLLET, on_stdin_event, f);

Completed in 12 milliseconds