/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.h | 62 #ifndef POLLNVAL 63 # define POLLNVAL 0x0020 macro
|
/freebsd/sys/sys/ |
H A D | poll.h | 81 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro 86 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 38 #define EPOLLNVAL POLLNVAL
|
/freebsd/contrib/capsicum-test/ |
H A D | select.cc | 130 EXPECT_NE(0, (cap_fd[kCapCount + 1].revents & POLLNVAL)); 140 EXPECT_NE(0, (cap_fd[kCapCount + 1].revents & POLLNVAL));
|
H A D | linux.cc | 86 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 D | recvmmsg.c | 56 if (pfd[0].revents & POLLNVAL) { in __ssp_real()
|
/freebsd/sys/fs/deadfs/ |
H A D | dead_vnops.c | 144 return (POLLNVAL); in dead_poll()
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | h_client.c | 113 if (pfd[1].revents != POLLNVAL || pfd[0].revents != 0) in main()
|
/freebsd/sys/compat/linux/ |
H A D | linux.c | 813 bits |= POLLNVAL; in linux_to_bsd_poll_events() 868 if (bev & POLLNVAL) in bsd_to_linux_poll_events()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | libmilter.h | 192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evport.c | 353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
H A D | poll.c | 212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | selpolltest.c | 305 if (fd.revents & POLLNVAL) in main()
|
/freebsd/contrib/libevent/ |
H A D | poll.c | 212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
|
H A D | evport.c | 353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_capabilities.c | 397 CHECK((pollfd.revents & POLLNVAL) == 0); in try_file_ops() 399 CHECK((pollfd.revents & POLLNVAL) != 0); in try_file_ops()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_socket_stream.cpp | 249 if (FD[0].revents & POLLNVAL) in getSocketFD()
|
/freebsd/tools/test/gpioevents/ |
H A D | gpioevents.c | 128 case POLLNVAL: in poll_event_to_str()
|
/freebsd/tests/sys/file/ |
H A D | path_test.c | 506 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 D | clnt_bcast.c | 525 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
|
H A D | svc.c | 727 if (p->revents & POLLNVAL) { in svc_getreq_poll()
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1008 return (POLLNVAL); in poll_no_poll() 1687 fd->revents = POLLNVAL; in pollrescan() 1750 fds->revents = POLLNVAL; in pollscan()
|
/freebsd/sys/dev/evdev/ |
H A D | uinput.c | 380 return (POLLNVAL); in uinput_poll()
|
H A D | cdev.c | 314 return (POLLNVAL); in evdev_poll()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.c | 628 if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL)) in conloop()
|