/titanic_41/usr/src/cmd/ptools/pwait/ |
H A D | pwait.c | 171 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 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 | 71 #define POLLNVAL 0x0020 /* invalid pollfd entry */ 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 | 207 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 D | poll.c | 70 | 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 D | streamio.c | 66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
|
H A D | mlisten.c | 400 if (fdp->revents & POLLNVAL) /* disconnected & no msg */ 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/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 124 if ((res <= 0) || (pfd.revents & POLLNVAL)) in rtime_tli()
|
H A D | svc.c | 201 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 D | auth_time.c | 545 if ((res <= 0) || (pfd.revents & POLLNVAL)) in __rpc_get_time_offset()
|
H A D | clnt_bcast.c | 471 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
|
H A D | svc_run.c | 551 if (svc_pollset[i].revents & POLLNVAL) { in _svc_run_mt()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 597 if (!(fdp[master].revents & (POLLERR | POLLHUP | POLLNVAL))) { in HelperRead() 628 POLLNVAL))) { in HelperRead()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
H A D | cvcd.c | 632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { 639 (revents & POLLNVAL) ? " bad fd" : "");
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select.c | 182 if (p->revents & POLLNVAL) { in pselect()
|
H A D | select_large_fdset.c | 229 if (p->revents & POLLNVAL) { in pselect_large_fdset()
|
/titanic_41/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 491 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 D | cvcd.c | 491 if (cvcd_pfd[j].revents & (POLLERR|POLLHUP|POLLNVAL)) { 500 (cvcd_pfd[j].revents & POLLNVAL) ?
|
/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/cmd/vscan/vscand/ |
H A D | vs_eng.c | 778 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 730 POLLPRI | POLLERR | POLLHUP | POLLNVAL; in do_console_io()
|