Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpoll.h71 #define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */ macro
/freebsd/sys/kern/
H A Dsys_pipe.c1525 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()
1528 events |= POLLINIGNEOF; in pipe_poll()
1530 if ((events & POLLINIGNEOF) == 0) { in pipe_poll()
H A Duipc_socket.c4423 else if ((events & POLLINIGNEOF) == 0 && so->so_error)
4443 if ((events & POLLINIGNEOF) == 0) {
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c122 case POLLINIGNEOF: in poll_event_to_str()
/freebsd/usr.bin/truss/
H A Dsyscalls.c648 X(POLLWRBAND) X(POLLINIGNEOF) X(POLLRDHUP) XEND