/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.h | 56 #ifndef POLLERR 57 # define POLLERR 0x0008 macro
|
/freebsd/sys/sys/ |
H A D | poll.h | 79 #define POLLERR 0x0008 /* some poll error occurred */ macro 86 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | eventpoll.h | 36 #define EPOLLERR POLLERR
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evport.c | 341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch() 353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
H A D | devpoll.c | 208 else if (what & POLLERR) in devpoll_dispatch()
|
H A D | poll.c | 212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
|
/freebsd/contrib/libevent/ |
H A D | evport.c | 341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch() 353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
H A D | devpoll.c | 208 else if (what & POLLERR) in devpoll_dispatch()
|
H A D | poll.c | 212 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
|
/freebsd/lib/libpam/modules/pam_exec/ |
H A D | pam_exec.c | 351 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 D | common.c | 166 return ret == 1 ? (fds->revents & (POLLERR | POLLHUP)) : ret; in do_poll()
|
/freebsd/tools/tools/netmap/ |
H A D | bridge.c | 366 if (pollfd[0].revents & POLLERR) { in main() 371 if (pollfd[1].revents & POLLERR) { in main()
|
/freebsd/lib/libdevdctl/ |
H A D | consumer.cc | 242 if ((fds->revents & POLLERR) != 0) in EventsPending()
|
/freebsd/tools/test/gpioevents/ |
H A D | gpioevents.c | 124 case POLLERR: in poll_event_to_str() 280 if (fds.revents & (POLLHUP | POLLERR)) { in run_poll()
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_backend_slirp.c | 249 ret |= POLLERR; in slirpev2pollev() 267 if (events & POLLERR) in pollev2slirpev()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_pty.c | 219 if ((pfd.revents & POLLERR) != 0) in child_spawn()
|
/freebsd/contrib/unbound/util/ |
H A D | tube.c | 411 fds.events = POLLIN | POLLERR | POLLHUP; in pollit() 447 fds.events = POLLIN | POLLERR | POLLHUP; in tube_wait_timeout()
|
/freebsd/sys/compat/linux/ |
H A D | linux.c | 809 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 D | zfsd.cc | 382 if ((fds[0].revents & POLLERR) != 0) { in EventLoop()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | libmilter.h | 192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | selpolltest.c | 297 if (fd.revents & POLLERR) in main()
|
/freebsd/contrib/less/ |
H A D | os.c | 143 if ((poller[0].revents & (POLLIN|POLLHUP|POLLERR)) == 0) in check_poll()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 3684 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 D | poll.c | 186 if (what & (POLLHUP|POLLERR)) in poll_dispatch()
|
/freebsd/usr.bin/genl/ |
H A D | genl.c | 276 pfd.events = POLLIN | POLLERR; in monitor_mcast()
|