/illumos-gate/usr/src/boot/sys/sys/ |
H A D | select.h | 71 typedef struct fd_set { struct 73 } fd_set; argument 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 *);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | select.h | 120 typedef struct fd_set { struct 125 } fd_set; argument 143 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 144 fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD); 147 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 148 fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select.c | 86 fd_sets_count(int limit, fd_set *in, fd_set *out, fd_set *ex) in fd_sets_count() 106 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect() 121 static fd_set zero = { 0 }; in pselect() 355 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) in select()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/ |
H A D | mDNSPosix.h | 117 extern void mDNSPosixGetFDSetForSelect(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds); 126 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds, struct timeval… 129 extern void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds, fd_set *writefds);
|
H A D | mDNSPosix.c | 661 fd_set w = { 0 }; in mDNSPlatformTCPWritable() 1591 fd_set readFDs; in InterfaceChangeCallback() 1604 … while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback() 2015 mDNSlocal void mDNSPosixAddToFDSet(int *nfds, fd_set *readfds, int s) in mDNSPosixAddToFDSet() 2021 mDNSexport void mDNSPosixGetFDSetForSelect(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds) in mDNSPosixGetFDSetForSelect() 2075 mDNSexport void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds, struct tim… in mDNSPosixGetFDSet() 2081 mDNSexport void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds, fd_set *writefds) in mDNSPosixProcessFDSet() 2304 fd_set listenFDs; in mDNSPosixRunEventLoopOnce() 2305 fd_set writeFDs; in mDNSPosixRunEventLoopOnce() 2320 numReady = select(numFDs, &listenFDs, &writeFDs, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()
|
/illumos-gate/usr/src/test/libc-tests/tests/select/ |
H A D | select_test.c | 28 diff_sets(fd_set *a, fd_set *b, size_t size) in diff_sets() 38 print_set(fd_set *a, size_t size) in print_set() 54 fd_set check, proto; in main() 55 fd_set *sread = NULL, *swrite = NULL, *serr = NULL; in main()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_comdata.c | 44 fd_set svc_fdset; 50 fd_set _new_svc_fdset;
|
H A D | rpc_sel2poll.c | 48 fd_set *fdset, /* source fd_set array */ in __rpc_select_to_poll()
|
/illumos-gate/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;
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl_transact.c | 103 while ((nready = select(32, (fd_set *)&read_mask, 138 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
|
/illumos-gate/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);
|
/illumos-gate/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; 1540 fd_set readfds, writefds;
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 555 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 491 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 376 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
H A D | solaris-int.h | 295 fd_set *readfds, fd_set *writefds, fd_set *errorfds,
|
/illumos-gate/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;
|
/illumos-gate/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;
|
/illumos-gate/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;
|
/illumos-gate/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;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | cm.h | 31 fd_set rfds, wfds, xfds;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | poll | 6 typ fd_set sys/socket.h sys/select.h 154 typedef long fd_set;
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 211 # define FD_RD_VAR(rds, excs) fd_set rds, excs 212 # define FD_WR_VAR(wrs) fd_set wrs
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | network.c | 92 fd_set excepts; in stilloob()
|