Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/sys/
H A Dpoll.h89 #define POLLERR 0x0008 /* some poll error occurred */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel.c629 if (revents & POLLERR) { in filt_chtouch()
690 if (revents & POLLERR) { in filt_chprocess()
815 if (revents & POLLERR) { in filt_chrwattach()
867 if (revents & POLLERR) { in che_process_channel_event()
1105 ASSERT((revents & POLLERR) == 0 || event_error != 0); in ch_select()
1167 revents = POLLERR; in ch_event()
1182 revents = POLLERR; in ch_event()
1259 revents |= POLLERR; in ch_event()
1266 revents |= POLLERR; in ch_event()
1345 revents |= POLLERR; in ch_event()
[all …]
H A Dchannel_syscalls.c82 events = POLLERR; in chop_select()
/xnu-10063.141.1/bsd/kern/
H A Dsys_generic.c1864 fds->revents |= POLLERR; in poll_callback()