Home
last modified time | relevance | path

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

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