Symbol: POLLERR
bin/sh/output.c
391
if (pfd.revents & (POLLERR | POLLNVAL))
crypto/libressl/apps/nc/netcat.c
1207
if (pfd[n].revents & (POLLERR|POLLNVAL)) {
crypto/libressl/apps/openssl/ocsp.c
1488
if (rv == -1 || (pfd[0].revents & (POLLERR|POLLNVAL))) {
crypto/libressl/apps/openssl/s_client.c
1430
(pfd[2].revents & (POLLOUT|POLLERR|POLLNVAL))) {
crypto/libressl/apps/openssl/s_client.c
1431
if (pfd[2].revents & (POLLERR|POLLNVAL)) {
crypto/libressl/apps/openssl/s_client.c
1492
(pfd[1].revents & (POLLOUT|POLLERR|POLLNVAL))) {
crypto/libressl/apps/openssl/s_client.c
1493
if (pfd[1].revents & (POLLERR|POLLNVAL)) {
crypto/libressl/apps/openssl/s_client.c
1595
if (pfd[0].revents & (POLLERR|POLLNVAL)) {
crypto/libressl/apps/openssl/s_server.c
1654
if ((pfd[0].revents & (POLLERR|POLLNVAL)))
crypto/libressl/apps/openssl/s_server.c
1659
if ((pfd[1].revents & (POLLERR|POLLNVAL)))
crypto/openssh/channels.c
2852
if ((pfd->revents & (revents_mask|POLLHUP|POLLERR)) != 0)
crypto/openssh/ssh-agent.c
2036
if ((pfd[i].revents & (POLLIN|POLLERR)) == 0)
crypto/openssh/ssh-agent.c
2047
if ((pfd[i].revents & (POLLIN|POLLHUP|POLLERR)) != 0 &&
crypto/openssh/ssh-keyscan.c
588
if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL))
crypto/openssh/ssh-pkcs11-helper.c
388
if ((pfd[0].revents & (POLLIN|POLLHUP|POLLERR)) != 0) {
lib/libfetch/common.c
1352
pfd.events = POLLIN | POLLERR;
lib/libfetch/common.c
1488
pfd.events = POLLOUT | POLLERR;
sys/kern/sys_generic.c
1512
pfd->revents |= POLLERR;
sys/kern/sys_generic.c
1553
pfd->revents |= POLLERR;
sys/kern/sys_generic.c
1571
pfd->revents |= POLLERR;
sys/net/netmap/netmap.c
1586
return POLLERR;
sys/net/netmap/netmap.c
1590
return POLLERR;
sys/net/netmap/netmap.c
1599
return POLLERR;
sys/net/netmap/netmap.c
1603
return POLLERR;
sys/net/netmap/netmap.c
1714
revents |= POLLERR;
sys/net/netmap/netmap.c
1722
revents |= POLLERR;
sys/net/netmap/netmap.c
1755
revents |= POLLERR;
sys/net/netmap/netmap.c
1769
revents |= POLLERR;
sys/sys/poll.h
77
POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)