Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dpoll.h90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c1976 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
2083 fds->revents |= POLLHUP; in poll_callback()
2091 if (fds->revents & POLLHUP) { in poll_callback()
2103 if (!(fds->revents & POLLHUP)) { in poll_callback()