| /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| fdset.h | 22 # define SM_FD_SET(fd, pfdset) FD_SET(fd, pfdset)
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| ifdef.h | 58 #define FD_SET(n,s) (s) |= 1 << (n)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
| poll.c | 49 fd_set rfd,wfd,efd,ifd; 76 FD_SET(fd, &rfd); 79 FD_SET(fd, &wfd); 82 FD_SET(fd, &efd); 99 FD_SET(fds[i].fd, &ifd);
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| s_apps.h | 124 #if defined(OPENSSL_SYS_VMS) && !defined(FD_SET) 125 /* VAX C does not defined fd_set and friends, but it's actually quite simple */ 140 typedef fd_mask fd_set; typedef 141 #define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| network.c | 94 fd_set excepts; 99 FD_SET(net, &excepts);
|
| sys_bsd.c | 86 static fd_set ibits, obits, xbits; 767 FD_SET(net, &obits); 770 FD_SET(tout, &obits); 773 FD_SET(tin, &ibits); 776 FD_SET(net, &ibits); 779 FD_SET(net, &xbits);
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| types.h | 71 typedef struct fd_set { struct 73 } fd_set; typedef in typeref:struct:fd_set 76 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/ |
| ev_files.c | 80 FD_SET(fd, &ctx->nonblockBefore); 136 /* Turn on the appropriate bits in the {rd,wr,ex}Next fd_set's. */ 138 FD_SET(fd, &ctx->rdNext); 140 FD_SET(fd, &ctx->wrNext); 142 FD_SET(fd, &ctx->exNext);
|
| eventlib_p.h | 199 #undef FD_SET 200 #define FD_SET(fd, maskp) \ 225 fd_set rdLast, rdNext; 226 fd_set wrLast, wrNext; 227 fd_set exLast, exNext; 228 fd_set nonblockBefore;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| refill.c | 63 fd_set sm_io_to_mask, sm_io_x_mask; \ 76 FD_SET((fd), &sm_io_to_mask); \ 78 FD_SET((fd), &sm_io_x_mask); \
|
| local.h | 110 # define FDSET_CAST /* empty cast for fd_set arg to select */ 230 fd_set sm_io_to_mask, sm_io_x_mask; \ 255 FD_SET((fd), &sm_io_to_mask); \ 257 FD_SET((fd), &sm_io_x_mask); \
|
| /onnv/onnv-gate/usr/src/lib/libldap4/include/ |
| portable.h | 140 #if !defined(FD_SET) && !defined(WINSOCK) 143 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) 147 #endif /* FD_SET */ 151 * Under HP/UX, select seems to want (int *) instead of fd_set. Non-ANSI
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| select.h | 144 typedef struct fd_set { struct 149 } fd_set; typedef in typeref:struct:fd_set 151 #define FD_SET(__n, __p) ((__p)->fds_bits[(__n)/FD_NFDBITS] |= \ 168 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 169 fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD); 172 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 173 fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| libmilter.h | 213 # define FD_RD_VAR(rds, excs) fd_set rds, excs 214 # define FD_WR_VAR(wrs) fd_set wrs 218 FD_SET((unsigned int) (sd), &(rds)); \ 220 FD_SET((unsigned int) (sd), &(excs)) 224 FD_SET((unsigned int) (sd), &(wrs))
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfpoll.c | 163 { fd_set rd, wr; 176 FD_SET(f->file,&wr); 182 FD_SET(f->proc->file, &rd); 184 else FD_SET(f->file,&rd); 195 while((np = select(m+1,&rd,&wr,NIL(fd_set*),tmp)) < 0 )
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| serverloop.c | 134 notify_prepare(fd_set *readset) 137 FD_SET(notify_pipe[0], readset); 140 notify_done(fd_set *readset) 253 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, 283 FD_SET(altprivsep_get_pipe_fd(), *readsetp); 290 FD_SET(connection_in, *readsetp); 298 FD_SET(connection_in, *readsetp); 305 FD_SET(fdout, *readsetp); 307 FD_SET(fderr, *readsetp) [all...] |
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| on.c | 218 fd_set selmask, zmask, remmask; 539 FD_SET(InOut, &remmask); 549 FD_SET(Err, &remmask); 563 FD_SET(0, &zmask); 569 FD_SET(InOut, &selmask); 573 FD_SET(Err, &selmask); 577 FD_SET(0, &selmask); 580 nfds = select(FD_SETSIZE, &selmask, (fd_set *) 0, (fd_set *) 0,
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| dispatcher.c | 294 fd_set fdset; 320 FD_SET(clients_sd, &fdset); 321 FD_SET(agents_sd, &fdset); 322 FD_SET(trap_sd, &fdset);
|
| /onnv/onnv-gate/usr/src/lib/libresolv/ |
| res_send.c | 62 #ifndef FD_SET 65 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) 136 fd_set dsmask; 406 FD_SET(s, &dsmask); 407 n = select(s+1, &dsmask, (fd_set *)NULL, 408 (fd_set *)NULL, &timeout);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
| in.talkd.c | 75 fd_set rfds; 84 FD_SET(0, &rfds);
|
| /onnv/onnv-gate/usr/src/ucblib/librpcsoc/ |
| rtime.c | 82 fd_set readfds; 109 FD_SET(s, &readfds);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| ntp.h | 108 #ifndef FD_SET 111 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
|
| /onnv/onnv-gate/usr/src/lib/libldap4/common/ |
| os-ip.c | 95 fd_set wfds; 116 FD_SET(s, &wfds); 495 fd_set si_readfds; 496 fd_set si_writefds; 497 fd_set si_use_readfds; 498 fd_set si_use_writefds; 510 FD_SET( sb->sb_sd, &sip->si_writefds ); 523 FD_SET( sb->sb_sd, &sip->si_readfds );
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| sfsasl.c | 639 fd_set ssl_maskr, ssl_maskx; 642 FD_SET(rfd, &ssl_maskr); 644 FD_SET(rfd, &ssl_maskx); 655 fd_set ssl_maskw, ssl_maskx; 658 FD_SET(wfd, &ssl_maskw); 660 FD_SET(rfd, &ssl_maskx);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rand/ |
| rand_unix.c | 203 fd_set fset; 221 FD_SET(fd, &fset);
|