Searched refs:POLLERR (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-12-stable/usr.bin/whois/
H A Dwhois.c348 fds[i].events = POLLERR | POLLHUP |
/freebsd-12-stable/lib/libfetch/
H A Dcommon.c1062 pfd.events = POLLIN | POLLERR;
1198 pfd.events = POLLOUT | POLLERR;
/freebsd-12-stable/tests/sys/fifo/
H A Dfifo_io.c870 fds[0].events = POLLIN | POLLOUT | POLLERR;
879 *exception = (fds[0].revents & POLLERR) ? 1 : 0;
/freebsd-12-stable/crypto/openssh/
H A Dssh-agent.c936 if ((pfd[i].revents & (POLLIN|POLLERR)) == 0)
947 if ((pfd[i].revents & (POLLIN|POLLERR)) != 0 &&
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap.c3397 return POLLERR;
3404 return POLLERR;
3408 return POLLERR;
3515 revents |= POLLERR;
3518 revents |= POLLERR;
3568 revents |= POLLERR;
3585 revents |= POLLERR;
H A Dnetmap_kern.h1204 * - the function returns NM_KR_STOPPED and sets the POLLERR bit in *perr
1244 /* if POLLERR is defined we want to use it to simplify netmap_poll().
1247 #ifdef POLLERR
1248 #define NM_POLLERR POLLERR
1251 #endif /* POLLERR */
H A Dnetmap_kloop.c779 if (mask & POLLERR) {
H A Dnetmap_freebsd.c1500 return POLLERR;
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt-gen.c1685 if (pfd.revents & POLLERR) {
1830 if (i > 0 && !(pfd.revents & POLLERR))
1836 if (pfd.revents & POLLERR) {
1885 if (pfd.revents & POLLERR) {
2008 if (pfd.revents & POLLERR) {
2172 if (i > 0 && !(pfd.revents & POLLERR))
2198 if (pfd.revents & POLLERR) {
/freebsd-12-stable/sys/kern/
H A Dsys_generic.c1144 * The backend always returns POLLHUP/POLLERR if appropriate and we
1148 POLLRDNORM | POLLHUP | POLLERR,
1149 POLLWRNORM | POLLHUP | POLLERR,
1150 POLLRDBAND | POLLERR
1474 * POLLERR if appropriate.
1536 * POLLERR if appropriate.
/freebsd-12-stable/contrib/bearssl/tools/
H A Dsslio.c594 if (pfd[u].revents & (POLLERR | POLLHUP)) {
/freebsd-12-stable/contrib/libbegemot/
H A Drpoll.c83 # define poll_except (POLLERR | POLLHUP)
/freebsd-12-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c539 return (POLLERR);
/freebsd-12-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c404 return (POLLERR);
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c395 pollfd.events = POLLIN | POLLERR | POLLHUP;
/freebsd-12-stable/contrib/wpa/src/utils/
H A Deloop.c556 max_pollfd_map, POLLIN | POLLERR |
565 max_pollfd_map, POLLERR | POLLHUP);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_event.c868 return (POLLERR);
1113 return (POLLERR);
/freebsd-12-stable/contrib/netcat/
H A Dnetcat.c881 if (pfd[n].revents & (POLLERR|POLLNVAL)) {
/freebsd-12-stable/contrib/ldns/
H A Dnet.c172 pfds[0].events = POLLIN|POLLERR;
/freebsd-12-stable/crypto/heimdal/lib/ipc/
H A Dserver.c1007 if (fds[n].revents & POLLERR) {
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c964 revents = POLLERR;
/freebsd-12-stable/sys/dev/ipmi/
H A Dipmi.c173 revents |= POLLERR;
/freebsd-12-stable/sys/net/
H A Dnetmap_user.h561 if ((prd.revents == POLLERR) || (prd.revents == STATUS_TIMEOUT)) {
/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))) {
5037 if (pollinfo.revents & POLLERR) {

Completed in 308 milliseconds

123