Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dpoll.h90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-12377.41.6/tests/
H A Dpoll.c174 fds[0].events = POLLERR | POLLHUP;
177 fds[1].events = POLLERR | POLLHUP;
/xnu-12377.41.6/tests/skywalk/
H A Dskt_shutdown2.c107 assert(fds.revents == (POLLRDNORM | POLLHUP)); in skt_shutdown2_common()
H A Dskt_shutdown.c110 assert((sock_fds.revents & POLLHUP) != 0); in skt_shutdown_common()
277 assert((sock_fds.revents & POLLHUP) != 0); in skt_shutdown_common()
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1754 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1864 fds->revents |= POLLHUP; in poll_callback()
1872 if (fds->revents & POLLHUP) { in poll_callback()
1884 if (!(fds->revents & POLLHUP)) { in poll_callback()