Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 25 of 34) sorted by relevance

12

/titanic_41/usr/src/cmd/ptools/pwait/
H A Dpwait.c171 if (pfd->revents & POLLNVAL) in main()
174 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL)) in main()
/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.h71 #define POLLNVAL 0x0020 /* invalid pollfd entry */ 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.c207 if (strstr(str, "POLLNVAL")) events |= POLLNVAL; in poll_strtoevents()
229 if (events & POLLNVAL) s=mystpcpy(s, "POLLNVAL|"); in poll_eventstostr()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c70 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
1525 if (pollfdp[i].revents == POLLNVAL) in pollchecksanity()
1671 current[count].revents = POLLNVAL; in pcacheset_resolve()
1765 current[i].revents = POLLNVAL; in pcacheset_resolve()
1855 if (pollfdp[i].revents && (pollfdp[i].revents != POLLNVAL)) { in pollscanrevents()
1933 pollfdp[entry].revents = POLLNVAL; in pcache_poll()
1943 POLLNVAL; in pcache_poll()
1957 pollfdp[entry].revents = POLLNVAL; in pcache_poll()
1967 POLLNVAL; in pcache_poll()
2161 pollfdp[i].revents = POLLNVAL; in pcacheset_cache_list()
[all …]
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
H A Dmlisten.c400 if (fdp->revents & POLLNVAL) /* disconnected & no msg */ 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/lib/libnsl/rpc/
H A Drtime_tli.c124 if ((res <= 0) || (pfd.revents & POLLNVAL)) in rtime_tli()
H A Dsvc.c201 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
303 if (revents & POLLNVAL) { in __svc_getreq_user()
326 if ((revents & POLLNVAL) && !invalHandled) in __svc_getreq_user()
419 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) { in svc_add_input()
1313 if (p->revents & POLLNVAL) { in svc_getreq_poll()
H A Dauth_time.c545 if ((res <= 0) || (pfd.revents & POLLNVAL)) in __rpc_get_time_offset()
H A Dclnt_bcast.c471 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
H A Dsvc_run.c551 if (svc_pollset[i].revents & POLLNVAL) { in _svc_run_mt()
/titanic_41/usr/src/cmd/rexd/
H A Dunix_login.c597 if (!(fdp[master].revents & (POLLERR | POLLHUP | POLLNVAL))) { in HelperRead()
628 POLLNVAL))) { in HelperRead()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) {
639 (revents & POLLNVAL) ? " bad fd" : "");
/titanic_41/usr/src/lib/libc/port/gen/
H A Dselect.c182 if (p->revents & POLLNVAL) { in pselect()
H A Dselect_large_fdset.c229 if (p->revents & POLLNVAL) { in pselect_large_fdset()
/titanic_41/usr/src/cmd/utmpd/
H A Dutmpd.c491 if (pfd->revents & (POLLNVAL|POLLERR)) { in wait_for_pids()
501 if (pfd->revents & POLLNVAL) { in wait_for_pids()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c491 if (cvcd_pfd[j].revents & (POLLERR|POLLHUP|POLLNVAL)) {
500 (cvcd_pfd[j].revents & POLLNVAL) ?
/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/cmd/vscan/vscand/
H A Dvs_eng.c778 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzcons.c730 POLLPRI | POLLERR | POLLHUP | POLLNVAL; in do_console_io()

12