Searched refs:POLLINIGNEOF (Results 1 – 3 of 3) sorted by relevance
73 #define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */ macro
1447 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()1450 events |= POLLINIGNEOF; in pipe_poll()1452 if ((events & POLLINIGNEOF) == 0) { in pipe_poll()
3545 else if ((events & POLLINIGNEOF) == 0 && so->so_error)3565 if ((events & POLLINIGNEOF) == 0) {