Searched refs:POLLNVAL (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/sys/sys/
H A Dpoll.h82 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro
87 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h46 #define POLLNVAL 0x0020 macro
/freebsd-12-stable/lib/libc/gen/
H A Drecvmmsg.c58 if (pfd[0].revents & POLLNVAL) {
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h93 #define POLLNVAL 32 macro
/freebsd-12-stable/sys/fs/deadfs/
H A Ddead_vnops.c137 return (POLLNVAL);
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c113 if (pfd[1].revents != POLLNVAL || pfd[0].revents != 0)
/freebsd-12-stable/contrib/gdb/gdb/
H A Devent-loop.c452 if (poll (&fds, 1, 0) == 1 && (fds.revents & POLLNVAL))
670 set to 1: POLLHUP, POLLERR, POLLNVAL. These events cannot
682 error_mask = POLLHUP | POLLERR | POLLNVAL;
695 if (error_mask_returned & POLLNVAL)
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/freebsd-12-stable/contrib/libevent/
H A Devport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
H A Dpoll.c201 if (what & (POLLHUP|POLLERR|POLLNVAL))
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c303 if (fd.revents & POLLNVAL)
/freebsd-12-stable/contrib/apr/poll/unix/
H A Dz_asio.c215 rv |= POLLNVAL;
237 if (event & POLLNVAL)
H A Dpoll.c42 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
61 if (event & POLLNVAL)
H A Dport.c39 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
58 if (event & POLLNVAL)
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c400 CHECK((pollfd.revents & POLLNVAL) == 0);
402 CHECK((pollfd.revents & POLLNVAL) != 0);
/freebsd-12-stable/sys/kern/
H A Dsys_generic.c830 * special, return POLLNVAL, so that clients have a way of
836 return (POLLNVAL);
1467 fd->revents = POLLNVAL;
1518 fds->revents = POLLNVAL;
1531 fds->revents = POLLNVAL;
/freebsd-12-stable/tools/test/gpioevents/
H A Dgpioevents.c126 case POLLNVAL:
127 return "POLLNVAL";
/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_bcast.c533 else if (pfd[i].revents & POLLNVAL) {
H A Dsvc.c727 * to handle the POLLNVAL event by simply turning
734 if (p->revents & POLLNVAL) {
/freebsd-12-stable/sys/dev/evdev/
H A Duinput.c387 return (POLLNVAL);
H A Dcdev.c315 return (POLLNVAL);
/freebsd-12-stable/contrib/netcat/
H A Dnetcat.c881 if (pfd[n].revents & (POLLERR|POLLNVAL)) {
/freebsd-12-stable/crypto/openssh/regress/
H A Dnetcat.c845 if (pfd[n].revents & (POLLERR|POLLNVAL)) {
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-linux.c5025 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
5066 if (pollinfo.revents & POLLNVAL) {

Completed in 277 milliseconds

12