Searched defs:ep_stdin (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-libudev.c218 struct epoll_event ep_udev, ep_stdin; local
253 memzero(&ep_stdin, sizeof(struct epoll_event));
254 ep_stdin.events = EPOLLIN;
255 ep_stdin.data.fd = STDIN_FILENO;
256 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, STDIN_FILENO, &ep_stdin) < 0) {

Completed in 10 milliseconds