/titanic_51/usr/src/boot/sys/sys/ |
H A D | select.h | 71 typedef struct fd_set { struct 73 } fd_set; typedef 86 fd_set *_p; \ 98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, 103 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | select.h | 136 typedef struct fd_set { struct 141 } fd_set; typedef 159 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 160 fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD); 163 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 164 fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | select.c | 58 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect() 71 static fd_set zero = { 0 }; in pselect() 285 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) in select()
|
H A D | select_large_fdset.c | 43 * This is the alternate large fd_set select. 73 pselect_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect_large_fdset() 95 fd_set zero; in pselect_large_fdset() 120 (void) memset(&zero, 0, sizeof (fd_set)); in pselect_large_fdset() 336 select_large_fdset(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in select_large_fdset()
|
/titanic_51/usr/src/lib/libnsl/rpc/ |
H A D | rpc_comdata1.c | 50 * Definition of alternate fd_set for svc_fdset to be used when 58 fd_set _new_svc_fdset; 63 extern fd_set svc_fdset; /* to avoid "empty translation unit" */
|
H A D | rpc_comdata.c | 46 fd_set svc_fdset;
|
H A D | rpc_sel2poll.c | 42 * Given an fd_set pointer and the number of bits to check in it, 50 fd_set *fdset, /* source fd_set array */ in __rpc_select_to_poll()
|
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 138 #define fd_set int macro 140 fd_set rd; 151 r = select(fd+1,&rd,NIL(fd_set*),NIL(fd_set*),tmp);
|
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSPosix.h | 71 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout); 72 extern void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds);
|
H A D | mDNSPosix.c | 78 static fd_set gEventFDs; 1233 fd_set readFDs; in InterfaceChangeCallback() 1247 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback() 1653 mDNSlocal void mDNSPosixAddToFDSet(int *nfds, fd_set *readfds, int s) in mDNSPosixAddToFDSet() 1659 mDNSexport void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout) in mDNSPosixGetFDSet() 1694 mDNSexport void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds) in mDNSPosixProcessFDSet() 1832 fd_set listenFDs = gEventFDs; in mDNSPosixRunEventLoopOnce() 1841 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NUL in mDNSPosixRunEventLoopOnce() [all...] |
/titanic_51/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 225 fd_set rdLast, rdNext; 226 fd_set wrLast, wrNext; 227 fd_set exLast, exNext; 228 fd_set nonblockBefore;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfpkrd.c | 158 #define fd_set int macro 160 fd_set rd; 171 r = select(fd+1,&rd,NIL(fd_set*),NIL(fd_set*),tmp);
|
/titanic_51/usr/src/lib/libbc/inc/include/sys/ |
H A D | types.h | 71 typedef struct fd_set { struct 73 } fd_set; typedef
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl_transact.c | 105 while ((nready = select(32, (fd_set *)&read_mask, 140 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
|
/titanic_51/usr/src/lib/libresolv/ |
H A D | res_send.c | 149 fd_set dsmask; 420 n = select(s+1, &dsmask, (fd_set *)NULL, 421 (fd_set *)NULL, &timeout);
|
/titanic_51/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 378 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/titanic_51/usr/src/boot/include/ |
H A D | unistd.h | 555 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/titanic_51/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 491 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/titanic_51/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 147 fd_set readfds; in sd_stats_lintmain() 343 if (select(fd + 1, &readfds, (fd_set *)0, (fd_set *)0, in sd_stats_lintmain()
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 71 fd_set ossi_readfds; 72 fd_set ossi_writefds; 73 fd_set ossi_use_readfds; 74 fd_set ossi_use_writefds; 145 extern int _select(int nfds, fd_set *readfds, fd_set *writefds, 146 fd_set *exceptfds, struct timeval *timeout); 253 fd_set rset, wset; 258 fd_set eset; 1141 * clamp value so we don't overrun the fd_set structur [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | cm.h | 27 /* Since fd_set is large on some platforms (8K on AIX 5.2), this 31 fd_set rfds, wfds, xfds;
|
/titanic_51/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | poll | 84 #define _typ_fd_set 1 /* fd_set is a type */ 113 typedef long fd_set;
|
/titanic_51/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | poll | 84 #define _typ_fd_set 1 /* fd_set is a type */ 113 typedef long fd_set;
|
/titanic_51/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | poll | 84 #define _typ_fd_set 1 /* fd_set is a type */ 113 typedef long fd_set;
|
/titanic_51/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | poll | 84 #define _typ_fd_set 1 /* fd_set is a type */ 113 typedef long fd_set;
|