Home
last modified time | relevance | path

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

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