| /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| fdset.h | 23 # define SM_FD_ISSET(fd, pfdset) FD_ISSET(fd, pfdset)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
| poll.c | 69 if(fd < 0 || FD_ISSET(fd, &ifd)) 117 if(FD_ISSET(fd, &ifd)) 120 if(!FD_ISSET(fd, &rfd)) 123 if(!FD_ISSET(fd, &wfd)) 126 if(!FD_ISSET(fd, &efd))
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| network.c | 108 if (FD_ISSET(net, &excepts)) {
|
| sys_bsd.c | 802 if (FD_ISSET(net, &xbits)) { 817 if (FD_ISSET(net, &ibits)) { 839 if (FD_ISSET(tin, &ibits)) { 870 if (FD_ISSET(net, &obits)) { 874 if (FD_ISSET(tout, &obits)) {
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| s_apps.h | 143 #define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| types.h | 78 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| rpc_sel2poll.c | 63 if (FD_ISSET(n, fdset)) {
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/ |
| ev_files.c | 198 !FD_ISSET(del->fd, &ctx->nonblockBefore) && 229 if (FD_ISSET(del->fd, &ctx->rdLast)) { 236 if (FD_ISSET(del->fd, &ctx->wrLast)) { 243 if (FD_ISSET(del->fd, &ctx->exLast)) {
|
| eventlib.c | 365 if (FD_ISSET(x, &ctx->rdNext) == 0 && 366 FD_ISSET(x, &ctx->wrNext) == 0 && 367 FD_ISSET(x, &ctx->exNext) == 0) 435 if (FD_ISSET(fd, &ctx->rdLast)) 437 if (FD_ISSET(fd, &ctx->wrLast)) 439 if (FD_ISSET(fd, &ctx->exLast)) 793 if (FD_ISSET(i, &ctx->rdLast)) 795 if (FD_ISSET(i, &ctx->wrLast)) 797 if (FD_ISSET(i, &ctx->exLast))
|
| eventlib_p.h | 207 #undef FD_ISSET 208 #define FD_ISSET(fd, maskp) \
|
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| on.c | 567 while (FD_ISSET(InOut, &remmask) || FD_ISSET(Err, &remmask)) { 568 if (FD_ISSET(InOut, &remmask)) 572 if (FD_ISSET(Err, &remmask)) 576 if (FD_ISSET(0, &zmask)) 589 if (FD_ISSET(InOut, &selmask)) { 598 if (!Only2 && FD_ISSET(Err, &selmask)) { 607 if (!NoInput && FD_ISSET(0, &selmask)) {
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| select.h | 157 #define FD_ISSET(__n, __p) (((__p)->fds_bits[(__n)/FD_NFDBITS] & \
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| libmilter.h | 226 # define FD_IS_RD_EXC(sd, rds, excs) FD_ISSET(sd, &(excs)) 227 # define FD_IS_WR_RDY(sd, wrs) FD_ISSET((sd), &(wrs)) 228 # define FD_IS_RD_RDY(sd, rds, excs) FD_ISSET((sd), &(rds))
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfpoll.c | 207 { if(FD_ISSET(f->file,&wr) ) 213 { if(FD_ISSET(f->proc->file, &rd) ) 217 { if(FD_ISSET(f->file,&rd) )
|
| /onnv/onnv-gate/usr/src/lib/libldap4/common/ |
| os-ip.c | 119 FD_ISSET(s, &wfds) && 509 if ( !FD_ISSET( sb->sb_sd, &sip->si_writefds )) { 522 if ( !FD_ISSET( sb->sb_sd, &sip->si_readfds )) { 547 return( FD_ISSET( sb->sb_sd, &sip->si_use_writefds )); 558 return( FD_ISSET( sb->sb_sd, &sip->si_use_readfds ));
|
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| os-ip.c | 345 if (FD_ISSET(sockfd, &wset) || FD_ISSET(sockfd, &rset)) { 354 if (FD_ISSET(sockfd, &eset)) { 416 if (FD_ISSET(sockfd, &rset) || FD_ISSET(sockfd, &wset)) { 809 if ( !FD_ISSET( sb->sb_sd, 861 if ( !FD_ISSET( sb->sb_sd, 916 if ( FD_ISSET( sb->sb_sd, 922 if ( FD_ISSET( sb->sb_sd, 977 rc = FD_ISSET( sb->sb_sd [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| dispatcher.c | 333 if(FD_ISSET(agents_sd, &fdset)) 341 if(FD_ISSET(trap_sd, &fdset)) 349 if(FD_ISSET(clients_sd, &fdset))
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| in.rexecd.c | 393 if (FD_ISSET(s, &ready)) { 399 if (FD_ISSET(pv[0], &ready)) { 407 } while (FD_ISSET(s, &readfrom) || 408 FD_ISSET(pv[0], &readfrom));
|
| in.rshd.c | 959 if (port && FD_ISSET(pv[0], &ready)) { 972 if (port && FD_ISSET(s, &ready)) { 981 if (do_encrypt && FD_ISSET(pw[0], &ready)) { 994 if (do_encrypt && FD_ISSET(f, &ready)) { 1021 } while ((port && FD_ISSET(s, &readfrom)) || 1022 (port && FD_ISSET(pv[0], &readfrom)) || 1023 (do_encrypt && FD_ISSET(f, &readfrom)) || 1024 (do_encrypt && FD_ISSET(pw[0], &readfrom))); [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| sendto_kdc.c | 191 int r = FD_ISSET(i, rfds); 192 int w = wfds && FD_ISSET(i, wfds); 193 int x = xfds && FD_ISSET(i, xfds); 898 && ! FD_ISSET(selstate->max-1, &selstate->rfds) 899 && ! FD_ISSET(selstate->max-1, &selstate->wfds) 900 && ! FD_ISSET(selstate->max-1, &selstate->xfds)) 1164 if (FD_ISSET(conns[i].fd, &seltemp->rfds)) 1166 if (FD_ISSET(conns[i].fd, &seltemp->wfds)) 1168 if (FD_ISSET(conns[i].fd, &seltemp->xfds)) [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rand/ |
| rand_unix.c | 226 else if (FD_ISSET(fd, &fset))
|
| /onnv/onnv-gate/usr/src/lib/libldap4/include/ |
| portable.h | 145 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| serverloop.c | 144 if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset)) 366 if (FD_ISSET(connection_in, readset)) { 395 if (!fdout_eof && FD_ISSET(fdout, readset)) { 407 if (!fderr_eof && FD_ISSET(fderr, readset)) { 431 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) { 462 if (FD_ISSET(connection_out, writeset)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/ssh/ |
| clientloop.c | 595 if (FD_ISSET(connection_in, readset)) { 925 if (FD_ISSET(fileno(stdin), readset)) { 978 if (FD_ISSET(fileno(stdout), writeset)) { 1001 if (FD_ISSET(fileno(stderr), writeset)) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rsh.c | 718 if (!FD_ISSET(rem, &remset)) 759 if (FD_ISSET(rfd2, &readyset)) { 770 if (FD_ISSET(rem, &readyset)) {
|