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;
1753 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()1863 fds->revents |= POLLHUP; in poll_callback()1871 if (fds->revents & POLLHUP) { in poll_callback()1883 if (!(fds->revents & POLLHUP)) { in poll_callback()