Symbol: POLLERR
lib/libc/rpc/clnt_tcp.c
418
else if (pfd[0].revents & POLLERR)
lib/libc/rpc/clnt_udp.c
265
else if (pfd[0].revents & POLLERR)
lib/libc/rpc/pmap_rmt.c
328
else if (pfd[0].revents & POLLERR)
lib/libevent/poll.c
174
if (what & (POLLHUP|POLLERR))
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
27
p->revents & POLLERR ? "err " : "",
regress/sys/fifofs/fifotest.c
306
if (pfd.revents & POLLERR)
sbin/unwind/libunbound/util/netevent.c
461
| POLLERR | POLLHUP
sbin/unwind/libunbound/util/netevent.c
776
| POLLERR | POLLHUP
sbin/unwind/libunbound/util/tube.c
411
fds.events = POLLIN | POLLERR | POLLHUP;
sbin/unwind/libunbound/util/tube.c
447
fds.events = POLLIN | POLLERR | POLLHUP;
sys/kern/sys_generic.c
1078
pl->revents |= POLLERR;
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
2895
if ((pfd->revents & (revents_mask|POLLHUP|POLLERR)) != 0)
usr.bin/ssh/ssh-agent.c
2059
if ((pfd[i].revents & (POLLIN|POLLERR)) == 0)
usr.bin/ssh/ssh-agent.c
2070
if ((pfd[i].revents & (POLLIN|POLLHUP|POLLERR)) != 0 &&
usr.bin/ssh/ssh-keyscan.c
553
if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL))
usr.bin/ssh/ssh-pkcs11-helper.c
274
if ((pfd[0].revents & (POLLIN|POLLHUP|POLLERR)) != 0) {
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/ntpd/ntp.c
375
if (nfds > 0 && pfd[PFD_PIPE_MAIN].revents & (POLLIN|POLLERR)) {
usr.sbin/ntpd/ntp.c
389
if (nfds > 0 && pfd[PFD_PIPE_DNS].revents & (POLLIN|POLLERR)) {
usr.sbin/ntpd/ntp.c
397
if (nfds > 0 && pfd[PFD_SOCK_CTL].revents & (POLLIN|POLLERR)) {
usr.sbin/ntpd/ntp.c
403
if (pfd[j].revents & (POLLIN|POLLERR)) {
usr.sbin/ntpd/ntp.c
412
if (pfd[j].revents & (POLLIN|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)))
usr.sbin/unbound/daemon/remote.c
4360
p.events = POLLERR
usr.sbin/unbound/util/netevent.c
461
| POLLERR | POLLHUP
usr.sbin/unbound/util/netevent.c
776
| POLLERR | POLLHUP
usr.sbin/unbound/util/tube.c
411
fds.events = POLLIN | POLLERR | POLLHUP;
usr.sbin/unbound/util/tube.c
447
fds.events = POLLIN | POLLERR | POLLHUP;