Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h62 #ifndef POLLNVAL
63 # define POLLNVAL 0x0020 macro
/freebsd/sys/sys/
H A Dpoll.h81 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro
86 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h38 #define EPOLLNVAL POLLNVAL
/freebsd/contrib/capsicum-test/
H A Dselect.cc130 EXPECT_NE(0, (cap_fd[kCapCount + 1].revents & POLLNVAL));
140 EXPECT_NE(0, (cap_fd[kCapCount + 1].revents & POLLNVAL));
H A Dlinux.cc86 EXPECT_NE(0, (poll_fd.revents & POLLNVAL)); in TEST()
92 EXPECT_EQ(0, (poll_fd.revents & POLLNVAL)); in TEST()
178 EXPECT_NE(0, (poll_fd.revents & POLLNVAL)); in FORK_TEST()
183 EXPECT_EQ(0, (poll_fd.revents & POLLNVAL)); in FORK_TEST()
229 EXPECT_NE(0, (poll_fd.revents & POLLNVAL)); in TEST()
234 EXPECT_EQ(0, (poll_fd.revents & POLLNVAL)); in TEST()
468 EXPECT_NE(0, (poll_fd.revents & POLLNVAL)); in TEST()
473 EXPECT_NE(0, (poll_fd.revents & POLLNVAL)); in TEST()
478 EXPECT_EQ(0, (poll_fd.revents & POLLNVAL)); in TEST()
/freebsd/lib/libsys/
H A Drecvmmsg.c55 if (pfd[0].revents & POLLNVAL) { in recvmmsg()
/freebsd/sys/fs/deadfs/
H A Ddead_vnops.c144 return (POLLNVAL); in dead_poll()
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c113 if (pfd[1].revents != POLLNVAL || pfd[0].revents != 0) in main()
/freebsd/sys/compat/linux/
H A Dlinux.c813 bits |= POLLNVAL; in linux_to_bsd_poll_events()
868 if (bev & POLLNVAL) in bsd_to_linux_poll_events()
/freebsd/contrib/ntp/sntp/libevent/
H A Devport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
H A Dpoll.c212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
/freebsd/contrib/libevent/
H A Devport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
H A Dpoll.c212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
/freebsd/contrib/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/freebsd/contrib/libpcap/testprogs/
H A Dselpolltest.c305 if (fd.revents & POLLNVAL) in main()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c397 CHECK((pollfd.revents & POLLNVAL) == 0); in try_file_ops()
399 CHECK((pollfd.revents & POLLNVAL) != 0); in try_file_ops()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c128 case POLLNVAL: in poll_event_to_str()
/freebsd/tests/sys/file/
H A Dpath_test.c506 ATF_REQUIRE_MSG(pollfd.revents == POLLNVAL, "unexpected revents %x", in ATF_TC_BODY()
511 ATF_REQUIRE_MSG(pollfd.revents == POLLNVAL, "unexpected revents %x", in ATF_TC_BODY()
/freebsd/lib/libc/rpc/
H A Dclnt_bcast.c525 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
H A Dsvc.c727 if (p->revents & POLLNVAL) { in svc_getreq_poll()
/freebsd/sys/kern/
H A Dsys_generic.c1008 return (POLLNVAL); in poll_no_poll()
1665 fd->revents = POLLNVAL; in pollrescan()
1728 fds->revents = POLLNVAL; in pollscan()
/freebsd/sys/dev/evdev/
H A Duinput.c380 return (POLLNVAL); in uinput_poll()
H A Dcdev.c314 return (POLLNVAL); in evdev_poll()
/freebsd/crypto/openssh/
H A Dssh-keyscan.c628 if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL)) in conloop()
/freebsd/contrib/netcat/
H A Dnetcat.c928 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()

12