Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-11-stable/sys/sys/
HDpoll.h80 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro
85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDbsd-poll.h46 #define POLLNVAL 0x0020 macro
/freebsd-11-stable/lib/libc/gen/
HDrecvmmsg.c58 if (pfd[0].revents & POLLNVAL) { in recvmmsg()
/freebsd-11-stable/contrib/apr/include/arch/unix/
HDapr_arch_networkio.h93 #define POLLNVAL 32 macro
/freebsd-11-stable/sys/fs/deadfs/
HDdead_vnops.c133 return (POLLNVAL); in dead_poll()
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
HDh_client.c113 if (pfd[1].revents != POLLNVAL || pfd[0].revents != 0) in main()
/freebsd-11-stable/contrib/gdb/gdb/
HDevent-loop.c450 if (poll (&fds, 1, 0) == 1 && (fds.revents & POLLNVAL)) in add_file_handler()
680 error_mask = POLLHUP | POLLERR | POLLNVAL; in handle_file_event()
693 if (error_mask_returned & POLLNVAL) in handle_file_event()
/freebsd-11-stable/contrib/apr/poll/unix/
HDz_asio.c215 rv |= POLLNVAL; in get_event()
237 if (event & POLLNVAL) in get_revent()
HDpoll.c61 if (event & POLLNVAL) in get_revent()
HDport.c58 if (event & POLLNVAL) in get_revent()
/freebsd-11-stable/contrib/libpcap/testprogs/
HDselpolltest.c303 if (fd.revents & POLLNVAL) in main()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
HDChangeLog972 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
HDChangeLog-2.0303 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
/freebsd-11-stable/contrib/sendmail/libmilter/
HDlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/freebsd-11-stable/tools/regression/security/cap_test/
HDcap_test_capabilities.c400 CHECK((pollfd.revents & POLLNVAL) == 0); in try_file_ops()
402 CHECK((pollfd.revents & POLLNVAL) != 0); in try_file_ops()
/freebsd-11-stable/sys/kern/
HDsys_generic.c868 return (POLLNVAL); in poll_no_poll()
1508 fd->revents = POLLNVAL; in pollrescan()
1569 fds->revents = POLLNVAL;
1583 fds->revents = POLLNVAL;
/freebsd-11-stable/lib/libc/rpc/
HDclnt_bcast.c531 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
HDsvc.c732 if (p->revents & POLLNVAL) { in svc_getreq_poll()
/freebsd-11-stable/sys/dev/evdev/
HDuinput.c387 return (POLLNVAL); in uinput_poll()
HDcdev.c315 return (POLLNVAL); in evdev_poll()
/freebsd-11-stable/contrib/netcat/
HDnetcat.c866 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()
/freebsd-11-stable/crypto/openssh/regress/
HDnetcat.c840 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()
/freebsd-11-stable/contrib/libpcap/
HDpcap-linux.c5025 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
5066 if (pollinfo.revents & POLLNVAL) {
/freebsd-11-stable/usr.bin/truss/
HDsyscalls.c652 X(POLLHUP) X(POLLNVAL) X(POLLRDNORM) X(POLLRDBAND)

12