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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h76 #define POLLNVAL 0x0020 /* invalid pollfd entry */ macro
/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c122 * We will get POLLNVAL below for a POLLPRI
171 if (pfd->revents & POLLNVAL)
174 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL))
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c66 if (fds.revents & (POLLHUP | POLLERR | POLLNVAL)) {
H A Dmlisten.c397 ** POLLNVAL means this client disconnected and
400 if (fdp->revents & POLLNVAL) /* disconnected & no msg */
417 ** be flagged POLLNVAL next time through poll
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c124 if ((res <= 0) || (pfd.revents & POLLNVAL))
H A Dsvc.c200 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
266 * If event POLLNVAL is received, we check that one callback processes it, if
302 if (revents & POLLNVAL) {
325 if ((revents & POLLNVAL) && !invalHandled)
418 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) {
1299 * to handle the POLLNVAL event by simply turning
1312 if (p->revents & POLLNVAL) {
H A Dauth_time.c545 if ((res <= 0) || (pfd.revents & POLLNVAL))
H A Dclnt_bcast.c471 else if (pfd[i].revents & POLLNVAL) {
H A Dsvc_run.c551 if (svc_pollset[i].revents & POLLNVAL) {
825 * No more special case for POLLNVAL, because it may
H A Dsvc_vc.c1347 if (pfd.revents & POLLNVAL)
1611 if (pfd.revents & (POLLNVAL | POLLERR |
H A Dclnt_dg.c479 if (cu->pfdp.revents & POLLNVAL || (cu->pfdp.revents == 0)) {
485 * returns 0 and sets the POLLNVAL revents flag
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c93 (md->event & (POLLERR|POLLNVAL))) {
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c101 "[+POLLNVAL?The specified fd value does not belong to an "
116 "POLLHUP, POLLERR, and POLLNVAL are always set in \brevents\b "
207 if (strstr(str, "POLLNVAL")) events |= POLLNVAL;
229 if (events & POLLNVAL) s=mystpcpy(s, "POLLNVAL|");
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c597 if (!(fdp[master].revents & (POLLERR | POLLHUP | POLLNVAL))) {
628 POLLNVAL))) {
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c632 if (revents & (POLLERR | POLLHUP | POLLNVAL)) {
639 (revents & POLLNVAL) ? " bad fd" : "");
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c70 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
196 * so that a POLLNVAL can be generated even if the fd is reused before
242 * must handle this by indicating a POLLNVAL in the revents of the VOP_POLL.
1523 if (pollfdp[i].revents == POLLNVAL)
1669 current[count].revents = POLLNVAL;
1763 current[i].revents = POLLNVAL;
1853 if (pollfdp[i].revents && (pollfdp[i].revents != POLLNVAL)) {
1931 pollfdp[entry].revents = POLLNVAL;
1941 POLLNVAL;
1955 pollfdp[entry].revents = POLLNVAL;
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c182 if (p->revents & POLLNVAL) {
H A Dselect_large_fdset.c229 if (p->revents & POLLNVAL) {
/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c341 if (eh->iueh_pollfds[i].revents & (POLLNVAL|POLLERR)) {
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c282 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) {
440 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) {
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c487 * POLLNVAL and POLLERR
491 if (pfd->revents & (POLLNVAL|POLLERR)) {
497 * If its POLLNVAL we just remove the process for
501 if (pfd->revents & POLLNVAL) {
/illumos-gate/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) ?
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c778 (POLLHUP | POLLERR | POLLNVAL)) ||
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c730 POLLPRI | POLLERR | POLLHUP | POLLNVAL;

Completed in 134 milliseconds

12