/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select.c | 253 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 D | select_large_fdset.c | 302 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 D | ssh-http-proxy-connect.c | 265 } 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 D | poll.h | 69 #define POLLERR 0x0008 /* fd has error condition */ macro
|
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
H A D | ssh-socks5-proxy-connect.c | 363 } 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 D | poll_solaris.c | 205 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 D | streamio.c | 66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
|
H A D | mlisten.c | 420 if (fdp->revents & POLLERR) /* uh, oh! */ in mlisten()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | msgs.c | 93 (md->event & (POLLERR|POLLNVAL))) { in take_message()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 597 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 D | cvcd.c | 632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { 637 (revents & POLLERR) ? " error" : "",
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | wait.c | 305 (pe.portev_events & POLLERR) == 0) { in wait_thread()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | main.c | 277 if (poll_ifs[i].revents & POLLERR) { in main()
|
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 273 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 D | wait.c | 337 if ((pfd->revents & (POLLHUP|POLLERR)) == 0) { in process_terminated_methods()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 838 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 D | consadm.c | 816 if ((fds[index].revents & POLLERR) == in fallbackdaemon() 817 POLLERR) { in fallbackdaemon()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 491 if (cvcd_pfd[j].revents & (POLLERR|POLLHUP|POLLNVAL)) { 496 (cvcd_pfd[j].revents & POLLERR) ?
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
|
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | eh.c | 341 if (eh->iueh_pollfds[i].revents & (POLLNVAL|POLLERR)) { in iu_handle_events()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 282 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 D | tty_pty.c | 1045 if (events & POLLERR) { in ptcpoll() 1046 *reventsp |= POLLERR; in ptcpoll()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmhandler.c | 258 } else if (fdp->revents & POLLERR) {
|
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 778 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
|
/titanic_41/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 390 revents = revents & (pdp->pd_events | POLLHUP | POLLERR); in port_associate_fd()
|