Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c178 if (pfd->revents & POLLNVAL) in main()
181 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL)) in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h76 #define POLLNVAL 0x0020 /* invalid pollfd entry */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c71 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
1559 if (pollfdp[i].revents == POLLNVAL) in pollchecksanity()
1705 current[count].revents = POLLNVAL; in pcacheset_resolve()
1799 current[i].revents = POLLNVAL; in pcacheset_resolve()
1889 if (pollfdp[i].revents && (pollfdp[i].revents != POLLNVAL)) { in pollscanrevents()
1967 pollfdp[entry].revents = POLLNVAL; in pcache_poll()
1977 POLLNVAL; in pcache_poll()
1991 pollfdp[entry].revents = POLLNVAL; in pcache_poll()
2001 POLLNVAL; in pcache_poll()
2193 pollfdp[i].revents = POLLNVAL; in pcacheset_cache_list()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c62 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) { in Putmsg()
H A Dmlisten.c398 if (fdp->revents & POLLNVAL) /* disconnected & no msg */ 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/lib/libnsl/rpc/
H A Drtime_tli.c122 if ((res <= 0) || (pfd.revents & POLLNVAL)) in rtime_tli()
H A Dsvc.c204 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
306 if (revents & POLLNVAL) { in __svc_getreq_user()
329 if ((revents & POLLNVAL) && !invalHandled) in __svc_getreq_user()
422 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) { in svc_add_input()
1316 if (p->revents & POLLNVAL) { in svc_getreq_poll()
H A Dauth_time.c543 if ((res <= 0) || (pfd.revents & POLLNVAL)) in __rpc_get_time_offset()
H A Dsvc_run.c547 if (svc_pollset[i].revents & POLLNVAL) { in _svc_run_mt()
H A Dclnt_bcast.c469 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
H A Dsvc_vc.c1347 if (pfd.revents & POLLNVAL) in read_vc()
1611 if (pfd.revents & (POLLNVAL | POLLERR | in write_vc()
H A Dclnt_dg.c480 if (cu->pfdp.revents & POLLNVAL || (cu->pfdp.revents == 0)) { in clnt_dg_call()
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c492 if (pfd->revents & (POLLNVAL|POLLERR)) { in wait_for_pids()
502 if (pfd->revents & POLLNVAL) { in wait_for_pids()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c247 if (p->revents & POLLNVAL) { in pselect()
/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/uts/common/io/
H A Ddevpoll.c352 pfdp[fdcnt].revents = POLLNVAL; in dp_pcache_poll()
489 if (revent & POLLNVAL) { in dp_pcache_poll()
490 revent &= ~POLLNVAL; in dp_pcache_poll()
H A Dtty_pty.c976 *reventsp = POLLNVAL; in ptcpoll()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c777 (POLLHUP | POLLERR | POLLNVAL)) || in nbio_connect()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c734 POLLPRI | POLLERR | POLLHUP | POLLNVAL; in do_console_io()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c8318 *reventsp = POLLNVAL; in strpoll()
8344 *reventsp = POLLNVAL; in strpoll()
8359 *reventsp = POLLNVAL; in strpoll()
8377 *reventsp = POLLNVAL; in strpoll()
8412 *reventsp = POLLNVAL; in strpoll()
8459 *reventsp = POLLNVAL; in strpoll()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c596 } else if (Pfd.revents & (POLLNVAL|POLLHUP|POLLERR)) { in prepare_sys_poll()
652 if (Pfd.revents & (POLLNVAL|POLLHUP|POLLERR)) { in sys_poll()
823 (POLLNVAL|POLLHUP|POLLERR)) { in net_poll()

12