Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpoll.h73 #define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */ macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c1447 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()
1450 events |= POLLINIGNEOF; in pipe_poll()
1452 if ((events & POLLINIGNEOF) == 0) { in pipe_poll()
H A Duipc_socket.c3545 else if ((events & POLLINIGNEOF) == 0 && so->so_error)
3565 if ((events & POLLINIGNEOF) == 0) {