Searched refs:FD_COPY (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_fd_copy.h28 #ifndef FD_COPY
29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) macro
30 #endif /* FD_COPY */
/macosx-10.10/libdispatch-442.1.4/src/
H A Dshims.h103 #define FD_COPY(f, t) (void)(*(t) = *(f)) macro
H A Dsource.c2030 FD_COPY(&_dispatch_rfds, &tmp_rfds);
2031 FD_COPY(&_dispatch_wfds, &tmp_wfds);
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c1302 FD_COPY(&(tsdPtr->readyMasks.readable), &readyMasks.readable);
1303 FD_COPY(&(tsdPtr->readyMasks.writable), &readyMasks.writable);
1304 FD_COPY(&(tsdPtr->readyMasks.exceptional), &readyMasks.exceptional);
1817 FD_COPY(&(tsdPtr->checkMasks.readable), &checkMasks.readable);
1818 FD_COPY(&(tsdPtr->checkMasks.writable), &checkMasks.writable);
1819 FD_COPY(&(tsdPtr->checkMasks.exceptional), &checkMasks.exceptional);
1855 FD_COPY(&readyMasks.readable, &(tsdPtr->readyMasks.readable));
1856 FD_COPY(&readyMasks.writable, &(tsdPtr->readyMasks.writable));
1857 FD_COPY(&readyMasks.exceptional, &(tsdPtr->readyMasks.exceptional));
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomnlsn.c128 * FD_COPY, but a surprising number of systems don't have that. We fall back to
439 #if defined(FD_COPY)
440 FD_COPY(&listener_readfds, &readfds_copy);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile13 FD_COPY.2 \
/macosx-10.10/libdispatch-442.1.4/
H A Dconfigure.ac213 AC_CHECK_DECLS([FD_COPY], [], [], [[#include <sys/select.h>]])
/macosx-10.10/rsync-45/rsync/
H A Dsocket.c511 #ifdef FD_COPY
512 FD_COPY(&deffds, &fds);
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dsvc_tcp.c343 FD_COPY(&svc_fdset, &readfds);
/macosx-10.10/kext_tools-384.1.4/
H A Dkextcache_main.c1227 FD_COPY(&readfds, &tmpfds);

Completed in 169 milliseconds