Searched refs:POLLHUP (Results 1 – 3 of 3) sorted by relevance
90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
169 fds[0].events = POLLERR | POLLHUP;172 fds[1].events = POLLERR | POLLHUP;
1751 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()1861 fds->revents |= POLLHUP; in poll_callback()1869 if (fds->revents & POLLHUP) { in poll_callback()1881 if (!(fds->revents & POLLHUP)) { in poll_callback()