Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.c66 struct pollfd pfds[2] = { /* POLLRDBAND needed for illumos, macOS. */ in iopoll_internal() local
75 pfds[0].events = pfds[1].events = POLLOUT; in iopoll_internal()
81 ret = poll (pfds, 2, block ? -1 : 0); in iopoll_internal()
88 if (pfds[0].revents) /* input available or pipe closed indicating EOF; */ in iopoll_internal()
90 if (pfds[1].revents & check_out_events) in iopoll_internal()