Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c320 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
330 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
340 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c48 #if EPOLLERR != POLLERR
49 #error value of EPOLLERR does not match value of POLLERR
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h74 #define POLLERR 0x0008 /* fd has error condition */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c205 if (strstr(str, "POLLERR")) events |= POLLERR; in poll_strtoevents()
227 if (events & POLLERR) s=mystpcpy(s, "POLLERR|"); in poll_eventstostr()
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dtxn-pollerr.c85 VERIFY3S(pe.portev_events & POLLERR, !=, 0); in main()
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c62 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
H A Dmlisten.c418 if (fdp->revents & POLLERR) /* uh, oh! */ in mlisten()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c90 (md->event & (POLLERR|POLLNVAL))) { in take_message()
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c214 const bool is_err = (pollev & POLLERR) != 0; in signalfd_wake_task()
414 signalfd_poller_wake(sp, POLLERR); in signalfd_pollers_dissociate()
480 signalfd_poller_wake(sp, POLLERR); in signalfd_exit_helper()
H A Ddevpoll.c491 revent |= POLLERR; in dp_pcache_poll()
940 pdp->pd_events = POLLERR|POLLHUP; in dpwrite()
1555 *reventsp = POLLERR; in dppoll()
1603 *reventsp = POLLERR; in dppoll()
H A Deventfd.c276 pollwakeup(&state->efd_pollhd, POLLERR); in eventfd_close()
H A Dtty_pty.c1032 if (events & POLLERR) { in ptcpoll()
1033 *reventsp |= POLLERR; in ptcpoll()
H A Dtimerfd.c403 pollwakeup(&state->tfd_pollhd, POLLERR); in timerfd_close()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c308 (pe.portev_events & POLLERR) == 0) { in wait_thread()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c275 if (poll_ifs[i].revents & POLLERR) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c839 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
857 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c814 if ((fds[index].revents & POLLERR) == in fallbackdaemon()
815 POLLERR) { in fallbackdaemon()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c337 if ((pfd->revents & (POLLHUP|POLLERR)) == 0) { in process_terminated_methods()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c339 if (eh->iueh_pollfds[i].revents & (POLLNVAL|POLLERR)) { in iu_handle_events()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c280 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response()
438 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c241 } else if (fdp->revents & POLLERR) { in do_poll()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c388 revents = revents & (pdp->pd_events | POLLHUP | POLLERR); in port_associate_fd()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c777 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c492 if (pfd->revents & (POLLNVAL|POLLERR)) { in wait_for_pids()

123