Searched refs:POLLHUP (Results 1 – 2 of 2) sorted by relevance
90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
1976 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()