Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dpoll.c174 fds[0].events = POLLERR | POLLHUP;
175 fds[0].revents = POLLERR;
177 fds[1].events = POLLERR | POLLHUP;
178 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-12377.41.6/bsd/sys/
H A Dpoll.h89 #define POLLERR 0x0008 /* some poll error occurred */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c636 if (revents & POLLERR) { in filt_chtouch()
702 if (revents & POLLERR) { in filt_chprocess()
827 if (revents & POLLERR) { in filt_chrwattach()
879 if (revents & POLLERR) { in che_process_channel_event()
1123 ASSERT((revents & POLLERR) == 0 || event_error != 0); in ch_select()
1185 revents = POLLERR; in ch_event()
1200 revents = POLLERR; in ch_event()
1277 revents |= POLLERR; in ch_event()
1284 revents |= POLLERR; in ch_event()
1363 revents |= POLLERR; in ch_event()
[all …]
H A Dchannel_syscalls.c96 events = POLLERR; in chop_select()
/xnu-12377.41.6/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-12377.41.6/bsd/kern/
H A Dsys_generic.c1867 fds->revents |= POLLERR; in poll_callback()