Symbol: POLLERR
cddl/usr.sbin/zfsd/zfsd.cc
382
if ((fds[0].revents & POLLERR) != 0) {
crypto/heimdal/lib/ipc/server.c
1007
if (fds[n].revents & POLLERR) {
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
269
((pfd->revents & POLLERR) ? SSF_EXCEPTION : 0);
crypto/krb5/src/util/verto/ev_poll.c
122
(p->revents & (POLLOUT | POLLERR | POLLHUP) ? EV_WRITE : 0)
crypto/krb5/src/util/verto/ev_poll.c
123
| (p->revents & (POLLIN | POLLERR | POLLHUP) ? EV_READ : 0)
crypto/openssh/channels.c
2856
if ((pfd->revents & (revents_mask|POLLHUP|POLLERR)) != 0)
crypto/openssh/openbsd-compat/bsd-poll.h
56
#ifndef POLLERR
crypto/openssh/regress/netcat.c
854
if (pfd[n].revents & (POLLERR|POLLNVAL)) {
crypto/openssh/ssh-agent.c
2079
if ((pfd[i].revents & (POLLIN|POLLERR)) == 0)
crypto/openssh/ssh-agent.c
2090
if ((pfd[i].revents & (POLLIN|POLLHUP|POLLERR)) != 0 &&
crypto/openssh/ssh-keyscan.c
589
if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL))
crypto/openssh/ssh-pkcs11-helper.c
409
if ((pfd[0].revents & (POLLIN|POLLHUP|POLLERR)) != 0) {
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
220
| POLLERR;
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
222
return (conn->tx_need_rx ? POLLIN : 0) | POLLOUT | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
231
return (conn->rx_need_tx ? POLLOUT : 0) | POLLIN | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
232
| POLLERR;
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
234
return (conn->tx_need_rx ? POLLIN : 0) | POLLOUT | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
243
return (conn->rx_need_tx ? POLLOUT : 0) | POLLIN | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-04-fd-nonblocking.c
203
| POLLERR;
crypto/openssl/doc/designs/ddd/ddd-04-fd-nonblocking.c
205
return (conn->tx_need_rx ? POLLIN : 0) | POLLOUT | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
249
| POLLERR;
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
251
return (conn->tx_need_rx ? POLLIN : 0) | POLLOUT | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
260
return (conn->rx_need_tx ? POLLOUT : 0) | POLLIN | POLLERR;
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
305
pfd.events = (events & (POLLIN | POLLERR));
lib/libdevdctl/consumer.cc
242
if ((fds->revents & POLLERR) != 0)
lib/libfetch/common.c
1317
pfd.events = POLLIN | POLLERR;
lib/libfetch/common.c
1453
pfd.events = POLLOUT | POLLERR;
lib/libpam/modules/pam_exec/pam_exec.c
351
pfd[nfds].events = POLLIN|POLLERR|POLLHUP;
lib/libpam/modules/pam_exec/pam_exec.c
357
pfd[nfds].events = POLLIN|POLLERR|POLLHUP;
lib/libpam/modules/pam_exec/pam_exec.c
363
pfd[nfds].events = POLLOUT|POLLERR|POLLHUP;
lib/libusb/libusb10_hotplug.c
231
pfd.events = POLLIN | POLLERR;
lib/libusb/libusb10_hotplug.c
235
pfd.events = POLLIN | POLLERR;
sys/compat/linux/linux.c
550
bits |= POLLERR;
sys/compat/linux/linux.c
605
if (bev & POLLERR)
sys/compat/linuxkpi/common/include/linux/eventpoll.h
36
#define EPOLLERR POLLERR
sys/dev/gpio/gpioc.c
990
revents = POLLERR;
sys/dev/ipmi/ipmi.c
170
revents |= POLLERR;
sys/dev/mfi/mfi.c
3671
revents |= POLLERR;
sys/dev/netmap/netmap.c
3684
return POLLERR;
sys/dev/netmap/netmap.c
3691
return POLLERR;
sys/dev/netmap/netmap.c
3695
return POLLERR;
sys/dev/netmap/netmap.c
3802
revents |= POLLERR;
sys/dev/netmap/netmap.c
3805
revents |= POLLERR;
sys/dev/netmap/netmap.c
3855
revents |= POLLERR;
sys/dev/netmap/netmap.c
3872
revents |= POLLERR;
sys/dev/netmap/netmap_freebsd.c
1485
return POLLERR;
sys/dev/netmap/netmap_kern.h
1294
#ifdef POLLERR
sys/dev/netmap/netmap_kern.h
1295
#define NM_POLLERR POLLERR
sys/dev/netmap/netmap_kloop.c
787
if (mask & POLLERR) {
sys/dev/xen/evtchn/evtchn_dev.c
533
return (POLLERR);
sys/dev/xen/xenstore/xenstore_dev.c
399
return (POLLERR);
sys/kern/kern_event.c
2367
return POLLERR;
sys/kern/sys_generic.c
1370
POLLRDNORM | POLLHUP | POLLERR,
sys/kern/sys_generic.c
1371
POLLWRNORM | POLLHUP | POLLERR,
sys/kern/sys_generic.c
1372
POLLRDBAND | POLLERR
sys/net/netmap_user.h
572
if ((prd.revents == POLLERR) || (prd.revents == STATUS_TIMEOUT)) {
sys/sys/poll.h
86
POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
tests/sys/capsicum/capability-fd.cc
548
pollfd.events = POLLIN | POLLERR | POLLHUP;
tests/sys/capsicum/procdesc.cc
358
fdp.events = POLLIN | POLLERR | POLLHUP;
tests/sys/capsicum/procdesc.cc
410
fdp.events = POLLIN | POLLERR | POLLHUP;
tests/sys/fifo/fifo_io.c
868
fds[0].events = POLLIN | POLLOUT | POLLERR;
tests/sys/fifo/fifo_io.c
877
*exception = (fds[0].revents & POLLERR) ? 1 : 0;
tools/regression/security/cap_test/cap_test_capabilities.c
392
pollfd.events = POLLIN | POLLERR | POLLHUP;
tools/test/gpioevents/gpioevents.c
124
case POLLERR:
tools/test/gpioevents/gpioevents.c
280
if (fds.revents & (POLLHUP | POLLERR)) {
tools/tools/netmap/bridge.c
366
if (pollfd[0].revents & POLLERR) {
tools/tools/netmap/bridge.c
371
if (pollfd[1].revents & POLLERR) {
tools/tools/netmap/pkt-gen.c
1800
if (pfd.revents & POLLERR) {
tools/tools/netmap/pkt-gen.c
1943
if (i > 0 && !(pfd.revents & POLLERR))
tools/tools/netmap/pkt-gen.c
1949
if (pfd.revents & POLLERR) {
tools/tools/netmap/pkt-gen.c
1998
if (pfd.revents & POLLERR) {
tools/tools/netmap/pkt-gen.c
2121
if (pfd.revents & POLLERR) {
tools/tools/netmap/pkt-gen.c
2285
if (i > 0 && !(pfd.revents & POLLERR))
tools/tools/netmap/pkt-gen.c
2311
if (pfd.revents & POLLERR) {
usr.bin/genl/genl.c
370
pfd.events = POLLIN | POLLERR;
usr.bin/truss/syscalls.c
649
X(POLLSTANDARD) X(POLLIN) X(POLLPRI) X(POLLOUT) X(POLLERR)
usr.bin/whois/whois.c
333
fds[i].events = POLLERR | POLLHUP |
usr.sbin/bhyve/slirp/slirp-helper.c
145
ret |= POLLERR;
usr.sbin/bhyve/slirp/slirp-helper.c
163
if (events & POLLERR)
usr.sbin/virtual_oss/virtual_oss/httpd.c
691
POLLERR | POLLHUP | POLLNVAL);