Home
last modified time | relevance | path

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

123

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h56 #ifndef POLLERR
57 # define POLLERR 0x0008 macro
/freebsd/sys/sys/
H A Dpoll.h79 #define POLLERR 0x0008 /* some poll error occurred */ macro
86 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventpoll.h36 #define EPOLLERR POLLERR
/freebsd/contrib/ntp/sntp/libevent/
H A Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch()
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
H A Ddevpoll.c208 else if (what & POLLERR) in devpoll_dispatch()
H A Dpoll.c212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
/freebsd/contrib/libevent/
H A Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch()
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
H A Ddevpoll.c208 else if (what & POLLERR) in devpoll_dispatch()
H A Dpoll.c212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
/freebsd/lib/libpam/modules/pam_exec/
H A Dpam_exec.c351 pfd[nfds].events = POLLIN|POLLERR|POLLHUP; in _pam_exec()
357 pfd[nfds].events = POLLIN|POLLERR|POLLHUP; in _pam_exec()
363 pfd[nfds].events = POLLOUT|POLLERR|POLLHUP; in _pam_exec()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcommon.c166 return ret == 1 ? (fds->revents & (POLLERR | POLLHUP)) : ret; in do_poll()
/freebsd/tools/tools/netmap/
H A Dbridge.c366 if (pollfd[0].revents & POLLERR) { in main()
371 if (pollfd[1].revents & POLLERR) { in main()
/freebsd/lib/libdevdctl/
H A Dconsumer.cc242 if ((fds->revents & POLLERR) != 0) in EventsPending()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c124 case POLLERR: in poll_event_to_str()
280 if (fds.revents & (POLLHUP | POLLERR)) { in run_poll()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_slirp.c249 ret |= POLLERR; in slirpev2pollev()
267 if (events & POLLERR) in pollev2slirpev()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_pty.c219 if ((pfd.revents & POLLERR) != 0) in child_spawn()
/freebsd/contrib/unbound/util/
H A Dtube.c411 fds.events = POLLIN | POLLERR | POLLHUP; in pollit()
447 fds.events = POLLIN | POLLERR | POLLHUP; in tube_wait_timeout()
/freebsd/sys/compat/linux/
H A Dlinux.c809 bits |= POLLERR; in linux_to_bsd_poll_events()
864 if (bev & POLLERR) in bsd_to_linux_poll_events()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc382 if ((fds[0].revents & POLLERR) != 0) { in EventLoop()
/freebsd/contrib/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/freebsd/contrib/libpcap/testprogs/
H A Dselpolltest.c297 if (fd.revents & POLLERR) in main()
/freebsd/contrib/less/
H A Dos.c143 if ((poller[0].revents & (POLLIN|POLLHUP|POLLERR)) == 0) in check_poll()
/freebsd/sys/dev/netmap/
H A Dnetmap.c3684 return POLLERR; in netmap_poll()
3691 return POLLERR; in netmap_poll()
3695 return POLLERR; in netmap_poll()
3802 revents |= POLLERR; in netmap_poll()
3805 revents |= POLLERR; in netmap_poll()
3855 revents |= POLLERR; in netmap_poll()
3872 revents |= POLLERR; in netmap_poll()
/freebsd/contrib/pf/libevent/
H A Dpoll.c186 if (what & (POLLHUP|POLLERR)) in poll_dispatch()
/freebsd/usr.bin/genl/
H A Dgenl.c276 pfd.events = POLLIN | POLLERR; in monitor_mcast()

123