Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libc/port/gen/
H A Dselect.c253 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
263 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
273 if ((p->revents & (POLLHUP|POLLERR)) && in pselect()
H A Dselect_large_fdset.c302 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset()
312 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset()
322 if ((p->revents & (POLLHUP|POLLERR)) && in pselect_large_fdset()
/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/
H A Dssh-http-proxy-connect.c265 } else if (fds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
276 } else if (fds[1].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h69 #define POLLERR 0x0008 /* fd has error condition */ macro
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/
H A Dssh-socks5-proxy-connect.c363 } else if (fds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
374 } else if (fds[1].revents & (POLLERR | POLLHUP | POLLNVAL)) { in main()
/titanic_41/usr/src/lib/libshell/common/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()
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
H A Dmlisten.c420 if (fdp->revents & POLLERR) /* uh, oh! */ in mlisten()
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c93 (md->event & (POLLERR|POLLNVAL))) { in take_message()
/titanic_41/usr/src/cmd/rexd/
H A Dunix_login.c597 if (!(fdp[master].revents & (POLLERR | POLLHUP | POLLNVAL))) { in HelperRead()
627 if (!(fdp[inputsocket].revents & (POLLERR | POLLHUP | in HelperRead()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) {
637 (revents & POLLERR) ? " error" : "",
/titanic_41/usr/src/cmd/svc/startd/
H A Dwait.c305 (pe.portev_events & POLLERR) == 0) { in wait_thread()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c277 if (poll_ifs[i].revents & POLLERR) { in main()
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c273 if (pfd.revents & (POLLHUP | POLLERR)) { in exs_server()
388 if (pfd.revents & (POLLHUP | POLLERR)) { in exs_listen()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c337 if ((pfd->revents & (POLLHUP|POLLERR)) == 0) { in process_terminated_methods()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c838 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
856 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
/titanic_41/usr/src/cmd/consadm/
H A Dconsadm.c816 if ((fds[index].revents & POLLERR) == in fallbackdaemon()
817 POLLERR) { in fallbackdaemon()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c491 if (cvcd_pfd[j].revents & (POLLERR|POLLHUP|POLLNVAL)) {
496 (cvcd_pfd[j].revents & POLLERR) ?
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/titanic_41/usr/src/lib/libinetutil/common/
H A Deh.c341 if (eh->iueh_pollfds[i].revents & (POLLNVAL|POLLERR)) { in iu_handle_events()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c282 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response()
440 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) { in get_encoded_response()
/titanic_41/usr/src/uts/common/io/
H A Dtty_pty.c1045 if (events & POLLERR) { in ptcpoll()
1046 *reventsp |= POLLERR; in ptcpoll()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmhandler.c258 } else if (fdp->revents & POLLERR) {
/titanic_41/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c778 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fd.c390 revents = revents & (pdp->pd_events | POLLHUP | POLLERR); in port_associate_fd()

123