Searched refs:POLLERR (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-12-stable/sys/sys/
H A Dpoll.h80 #define POLLERR 0x0008 /* some poll error occurred */ macro
87 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h44 #define POLLERR 0x0008 macro
H A Dbsd-poll.c35 * and POLLERR flags in revents.
105 fds[i].revents |= POLLERR;
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h91 #define POLLERR 8 macro
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.c166 return ret == 1 ? (fds->revents & (POLLERR | POLLHUP)) : ret;
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) {
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
H A Ddevpoll.c208 else if (what & POLLERR)
H A Dpoll.c201 if (what & (POLLHUP|POLLERR))
/freebsd-12-stable/contrib/libevent/
H A Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) {
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
H A Ddevpoll.c208 else if (what & POLLERR)
H A Dpoll.c201 if (what & (POLLHUP|POLLERR|POLLNVAL))
/freebsd-12-stable/lib/libdevdctl/
H A Dconsumer.cc245 if ((fds->revents & POLLERR) != 0)
247 "POLLERR detected on devd socket.");
/freebsd-12-stable/tools/tools/netmap/
H A Dbridge.c370 if (pollfd[0].revents & POLLERR) {
375 if (pollfd[1].revents & POLLERR) {
/freebsd-12-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c336 pfd[nfds].events = POLLIN|POLLERR|POLLHUP;
342 pfd[nfds].events = POLLIN|POLLERR|POLLHUP;
348 pfd[nfds].events = POLLOUT|POLLERR|POLLHUP;
/freebsd-12-stable/tools/test/gpioevents/
H A Dgpioevents.c122 case POLLERR:
123 return "POLLERR";
278 if (fds.revents & (POLLHUP | POLLERR)) {
279 err(EXIT_FAILURE, "Recieved POLLHUP or POLLERR "
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c219 if ((pfd.revents & POLLERR) != 0)
/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c295 if (fd.revents & POLLERR)
/freebsd-12-stable/contrib/less/
H A Dos.c171 if (poll_events(fd, POLLERR|POLLHUP))
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc383 if ((fds[0].revents & POLLERR) != 0) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Devent-loop.c670 set to 1: POLLHUP, POLLERR, POLLNVAL. These events cannot
682 error_mask = POLLHUP | POLLERR | POLLNVAL;
693 if (error_mask_returned & POLLERR)
/freebsd-12-stable/contrib/apr/poll/unix/
H A Dz_asio.c211 rv |= POLLERR;
233 if (event & POLLERR)
H A Dpoll.c42 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
57 if (event & POLLERR)
H A Dport.c39 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
54 if (event & POLLERR)
/freebsd-12-stable/contrib/pf/libevent/
H A Dpoll.c186 if (what & (POLLHUP|POLLERR))

Completed in 237 milliseconds

123