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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A Dpoll.h47 #define POLLNVAL 0x0020 macro
H A Dpoll.c118 revents = POLLNVAL;
H A DIO.xs509 #ifdef POLLNVAL
510 newCONSTSUB(stash,"POLLNVAL", newSViv(POLLNVAL));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm22 POLLNVAL
103 ? $self->[1]{$fd} & ($self->[0]{$fd}{$io}|POLLHUP|POLLERR|POLLNVAL)
123 $mask |= POLLHUP|POLLERR|POLLNVAL; # must allow these
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c124 if ((res <= 0) || (pfd.revents & POLLNVAL))
H A Dsvc.c211 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
274 * If event POLLNVAL is received, we check that one callback processes it, if
311 if (revents & POLLNVAL) {
334 if ((revents & POLLNVAL) && !invalHandled)
427 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) {
1297 * to handle the POLLNVAL event by simply turning
1310 if (p->revents & POLLNVAL) {
H A Dauth_time.c545 if ((res <= 0) || (pfd.revents & POLLNVAL))
H A Dclnt_bcast.c468 else if (pfd[i].revents & POLLNVAL) {
H A Dsvc_run.c545 if (svc_pollset[i].revents & POLLNVAL) {
820 * No more special case for POLLNVAL, because it may
H A Dsvc_vc.c1359 if (pfd.revents & POLLNVAL)
1623 if (pfd.revents & (POLLNVAL | POLLERR |
H A Dclnt_dg.c472 if (cu->pfdp.revents & POLLNVAL || (cu->pfdp.revents == 0)) {
478 * returns 0 and sets the POLLNVAL revents flag
H A Dclnt_vc.c1270 if (pfdp[0].revents & POLLNVAL) {
1276 * returns 0 and sets the POLLNVAL revents flag
/osnet-11/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|");
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c411 if ( sip->fds[i].revents & (POLLERR | POLLHUP | POLLNVAL)) {
431 if (sip->fds[i].revents & (POLLERR | POLLHUP | POLLNVAL)) {
/osnet-11/usr/src/lib/libinetutil/common/
H A Deh.c341 if (eh->iueh_pollfds[i].revents & (POLLNVAL|POLLERR)) {
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c182 if (p->revents & POLLNVAL) {
H A Dselect_large_fdset.c229 if (p->revents & POLLNVAL) {
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c277 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) {
435 if (pfd.revents & (POLLERR | POLLHUP | POLLNVAL)) {

Completed in 48 milliseconds