Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dpoll.c72 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
81 T_QUIET; T_EXPECT_TRUE(pfd[1].revents & POLLNVAL,
89 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
109 T_QUIET; T_EXPECT_TRUE(pfd[1].revents & POLLNVAL,
128 T_QUIET; T_EXPECT_TRUE(pfd[0].revents & POLLNVAL,
H A Dpoll_select_kevent_paired_fds.c576 T_QUIET; T_ASSERT_FALSE(fds[0].revents & POLLNVAL, in read_from_fd()
/xnu-12377.41.6/bsd/sys/
H A Dpoll.h91 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/xnu-12377.41.6/tests/skywalk/
H A Dskt_badring.c118 assert(fds.revents == POLLNVAL); in skt_badringtx_common()
237 assert(fds.revents == POLLNVAL); in skt_badringrx_common()
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1793 fds[i].revents = POLLNVAL; in poll_nocancel()