Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dpoll.h90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-11215.81.4/tests/
H A Dpoll.c169 fds[0].events = POLLERR | POLLHUP;
172 fds[1].events = POLLERR | POLLHUP;
/xnu-11215.81.4/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-11215.81.4/bsd/kern/
H A Dsys_generic.c1750 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()
1860 fds->revents |= POLLHUP; in poll_callback()
1868 if (fds->revents & POLLHUP) { in poll_callback()
1880 if (!(fds->revents & POLLHUP)) { in poll_callback()