Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.81.4/tests/
H A Dpoll.c169 fds[0].events = POLLERR | POLLHUP;
170 fds[0].revents = POLLERR;
172 fds[1].events = POLLERR | POLLHUP;
173 fds[1].revents = POLLERR;
H A Dpoll_select_kevent_paired_fds.c574 T_QUIET; T_ASSERT_FALSE(fds[0].revents & POLLERR, in read_from_fd()
/xnu-11215.81.4/bsd/sys/
H A Dpoll.h89 #define POLLERR 0x0008 /* some poll error occurred */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dchannel.c635 if (revents & POLLERR) { in filt_chtouch()
701 if (revents & POLLERR) { in filt_chprocess()
826 if (revents & POLLERR) { in filt_chrwattach()
878 if (revents & POLLERR) { in che_process_channel_event()
1122 ASSERT((revents & POLLERR) == 0 || event_error != 0); in ch_select()
1184 revents = POLLERR; in ch_event()
1199 revents = POLLERR; in ch_event()
1276 revents |= POLLERR; in ch_event()
1283 revents |= POLLERR; in ch_event()
1362 revents |= POLLERR; in ch_event()
[all …]
H A Dchannel_syscalls.c94 events = POLLERR; in chop_select()
/xnu-11215.81.4/tests/skywalk/
H A Dskt_badring.c117 …nts 0x%x revents 0x%x check 0x%x\n", fds.events, fds.revents, (POLLWRNORM | POLLWRBAND | POLLERR)); in skt_badringtx_common()
/xnu-11215.81.4/bsd/kern/
H A Dsys_generic.c1863 fds->revents |= POLLERR; in poll_callback()