| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | poll-macros.h | 33 #ifndef POLLNVAL 34 #define POLLNVAL 0x0020 macro
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.h | 58 #ifndef POLLNVAL 59 # 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/tests/sys/capsicum/ |
| H A D | select.cc | 128 EXPECT_NE(0, (cap_fd[kCapCount + 1].revents & POLLNVAL)); 137 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 | 145 return (POLLNVAL); in dead_poll()
|
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev_poll.c | 116 if (expect_false (p->revents & POLLNVAL)) in poll_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 | 554 bits |= POLLNVAL; in linux_to_bsd_poll_events() 609 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 | 266 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/dev/evdev/ |
| H A D | uinput.c | 381 return (POLLNVAL); in uinput_poll()
|
| /freebsd/sys/kern/ |
| H A D | sys_generic.c | 1048 return (POLLNVAL); in poll_no_poll() 1727 fd->revents = POLLNVAL; in pollrescan() 1790 fds->revents = POLLNVAL; in pollscan()
|