Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 30) sorted by relevance

12

/trueos/sys/sys/
HDpoll.h78 #define POLLERR 0x0008 /* some poll error occurred */ macro
85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/trueos/crypto/openssh/openbsd-compat/
HDbsd-poll.h44 #define POLLERR 0x0008 macro
HDbsd-poll.c107 fds[i].revents |= POLLERR; in poll()
/trueos/contrib/apr/include/arch/unix/
HDapr_arch_networkio.h91 #define POLLERR 8 macro
/trueos/tools/tools/netmap/
HDbridge.c291 if (pollfd[0].revents & POLLERR) { in main()
296 if (pollfd[1].revents & POLLERR) { in main()
HDpkt-gen.c1134 if (pfd.revents & POLLERR) { in sender_body()
1251 if (i > 0 && !(pfd.revents & POLLERR)) in receiver_body()
1286 if (pfd.revents & POLLERR) { in receiver_body()
/trueos/sys/dev/netmap/
HDnetmap.c2317 return POLLERR; in netmap_poll()
2321 return POLLERR; in netmap_poll()
2328 return POLLERR; in netmap_poll()
2409 revents |= POLLERR; in netmap_poll()
2412 revents |= POLLERR; in netmap_poll()
2470 revents |= POLLERR; in netmap_poll()
/trueos/contrib/libpcap/tests/
HDselpolltest.c213 if (fd.revents & POLLERR) in main()
/trueos/sys/xen/evtchn/
HDevtchn_dev.c265 mask = POLLERR; in evtchn_poll()
/trueos/contrib/netbsd-tests/kernel/
HDt_pty.c219 if ((pfd.revents & POLLERR) != 0) in child_spawn()
/trueos/contrib/apr/poll/unix/
HDz_asio.c211 rv |= POLLERR; in get_event()
233 if (event & POLLERR) in get_revent()
HDpoll.c57 if (event & POLLERR) in get_revent()
HDport.c54 if (event & POLLERR) in get_revent()
/trueos/contrib/sendmail/libmilter/
HDlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/trueos/contrib/gdb/gdb/
HDevent-loop.c680 error_mask = POLLHUP | POLLERR | POLLNVAL; in handle_file_event()
691 if (error_mask_returned & POLLERR) in handle_file_event()
/trueos/contrib/wpa/src/utils/
HDeloop.c353 max_pollfd_map, POLLIN | POLLERR | in eloop_sock_table_dispatch()
362 max_pollfd_map, POLLERR | POLLHUP); in eloop_sock_table_dispatch()
/trueos/usr.bin/whois/
HDwhois.c314 fds[i].events = POLLERR | POLLHUP | in whois()
/trueos/contrib/pf/libevent/
HDpoll.c186 if (what & (POLLHUP|POLLERR)) in poll_dispatch()
/trueos/tests/sys/fifo/
HDfifo_io.c870 fds[0].events = POLLIN | POLLOUT | POLLERR; in poll_status()
879 *exception = (fds[0].revents & POLLERR) ? 1 : 0; in poll_status()
/trueos/lib/libfetch/
HDcommon.c961 pfd.events = POLLIN | POLLERR; in fetch_read()
1097 pfd.events = POLLOUT | POLLERR; in fetch_writev()
/trueos/sys/kern/
HDsys_generic.c1151 POLLRDNORM | POLLHUP | POLLERR,
1152 POLLWRNORM | POLLHUP | POLLERR,
1153 POLLRDBAND | POLLERR
/trueos/contrib/libbegemot/
HDrpoll.c94 # define poll_except (POLLERR | POLLHUP)
/trueos/tools/regression/security/cap_test/
HDcap_test_capabilities.c395 pollfd.events = POLLIN | POLLERR | POLLHUP; in try_file_ops()
/trueos/sys/dev/ipmi/
HDipmi.c144 revents |= POLLERR; in ipmi_poll()
/trueos/contrib/netcat/
HDnetcat.c874 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()

12