Symbol: POLLNVAL
lib/libc/rpc/clnt_tcp.c
416
if (pfd[0].revents & POLLNVAL)
lib/libc/rpc/clnt_udp.c
263
if (pfd[0].revents & POLLNVAL)
lib/libc/rpc/pmap_rmt.c
326
if (pfd[0].revents & POLLNVAL)
lib/libskey/skeylogin.c
591
(pfd[0].revents & (POLLERR|POLLHUP|POLLNVAL)))
regress/bin/ksh/edit/edit.c
120
if (pfd.revents & (POLLERR | POLLNVAL))
regress/lib/libpthread/poll/poll.c
14
#define POLLALL (POLLIN|POLLOUT|POLLERR|POLLNVAL)
regress/lib/libpthread/poll/poll.c
29
p->revents & POLLNVAL ? "nval " : ""
regress/lib/libpthread/poll/poll.c
97
ASSERT((p[0].revents & POLLNVAL) == POLLNVAL);
regress/sys/fifofs/fifotest.c
310
if (pfd.revents & POLLNVAL)
regress/sys/kern/poll/poll_close.c
64
assert(pfd[0].revents & POLLNVAL);
regress/sys/kern/poll/poll_iocond.c
486
assert(pfd[0].revents == POLLNVAL);
regress/sys/kern/poll/pollnval.c
37
assert(fds[0].revents & POLLNVAL);
sys/kern/sys_generic.c
1057
pl->revents |= POLLNVAL;
sys/kern/sys_generic.c
1192
pl[i].revents = POLLNVAL;
sys/kern/sys_generic.c
1194
} else if (pl[i].revents & POLLNVAL) {
usr.bin/mg/region.c
609
(pfd[0].revents & (POLLERR | POLLHUP | POLLNVAL))) {
usr.bin/nc/netcat.c
1167
if (pfd[n].revents & (POLLERR|POLLNVAL)) {
usr.bin/openssl/ocsp.c
1538
if (rv == -1 || (pfd[0].revents & (POLLERR|POLLNVAL))) {
usr.bin/openssl/s_client.c
1418
(pfd[2].revents & (POLLOUT|POLLERR|POLLNVAL))) {
usr.bin/openssl/s_client.c
1419
if (pfd[2].revents & (POLLERR|POLLNVAL)) {
usr.bin/openssl/s_client.c
1480
(pfd[1].revents & (POLLOUT|POLLERR|POLLNVAL))) {
usr.bin/openssl/s_client.c
1481
if (pfd[1].revents & (POLLERR|POLLNVAL)) {
usr.bin/openssl/s_client.c
1583
if (pfd[0].revents & (POLLERR|POLLNVAL)) {
usr.bin/openssl/s_server.c
1590
if ((pfd[0].revents & (POLLERR|POLLNVAL)))
usr.bin/openssl/s_server.c
1595
if ((pfd[1].revents & (POLLERR|POLLNVAL)))
usr.bin/rsync/io.c
210
} else if ((pfd.revents & (POLLERR|POLLNVAL))) {
usr.bin/rsync/io.c
79
} else if ((pfd.revents & (POLLERR|POLLNVAL))) {
usr.bin/rsync/receiver.c
318
if (pfd[i].revents & (POLLERR|POLLNVAL)) {
usr.bin/rsync/sender.c
456
if (pfd[i].revents & (POLLERR|POLLNVAL)) {
usr.bin/ssh/channels.c
2891
if ((pfd->revents & POLLNVAL) != 0) {
usr.bin/ssh/ssh-keyscan.c
553
if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL))
usr.bin/top/top.c
736
if ((pfd[0].revents & (POLLERR|POLLHUP|POLLNVAL)))
usr.sbin/bgpd/rtr_proto.c
1272
if (pfd->revents & (POLLERR|POLLNVAL)) {
usr.sbin/bgpd/session.c
646
if (pfd->revents & (POLLERR|POLLNVAL)) {
usr.sbin/bgpd/session.c
657
if (pfd->revents & (POLLERR|POLLNVAL)) {
usr.sbin/nsd/netio.c
245
(POLLNVAL|POLLHUP|POLLERR))) {
usr.sbin/rpki-client/filemode.c
822
if ((pfd.revents & (POLLERR|POLLNVAL)))
usr.sbin/rpki-client/main.c
1371
if (pfd[i].revents & (POLLERR|POLLNVAL)) {
usr.sbin/rpki-client/parser.c
1129
if ((pfd.revents & (POLLERR|POLLNVAL)))
usr.sbin/rpki-client/parser.c
1225
if ((pfd.revents & (POLLERR|POLLNVAL)))