Searched refs:bytesCopied (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkData.cpp373 UInt32 bytesCopied = min((_size - readOffset), *dstBufferSize); local
375 bcopy((char *) _buffer + readOffset, dstBuffer, bytesCopied);
377 *dstBufferSize = bytesCopied;
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dndis2.c350 WORD bytesCopied; local
381 result = MAC_DISPATCH(handle)->transferData (&bytesCopied, 0, &tDBufDescr,
383 pktBuf->packetLength = bytesCopied;
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A DtsaSupport.c575 size_t bytesCopied = xpc_data_get_bytes(xpcTimeStampReply, *tsaResp, 0, xpcTSRLength);
576 if (bytesCopied != xpcTSRLength)
577 { tsaDebug("length mismatch: copied: %ld, xpc: %ld\n", bytesCopied, xpcTSRLength); }
579 if ((result = checkForNonDERResponse(*tsaResp,bytesCopied)))
586 tsaDebug("copied: %ld bytes of response\n", bytesCopied);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A DtsaSupport.c575 size_t bytesCopied = xpc_data_get_bytes(xpcTimeStampReply, *tsaResp, 0, xpcTSRLength);
576 if (bytesCopied != xpcTSRLength)
577 { tsaDebug("length mismatch: copied: %ld, xpc: %ld\n", bytesCopied, xpcTSRLength); }
579 if ((result = checkForNonDERResponse(*tsaResp,bytesCopied)))
586 tsaDebug("copied: %ld bytes of response\n", bytesCopied);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.h289 IOByteCount & bytesCopied ) ;
H A DIOFireWireUserClient.cpp1633 IOByteCount & bytesCopied )
1653 bytesCopied = mem->writeBytes ( 0, (void*)kernelBuffer, bytes ) ;
2740 IOByteCount bytesCopied ; local
2741 error = copyToUserBuffer( (IOVirtualAddress)segments, outSegments, sizeof( FWPhysicalSegment32 ) * segmentCount, bytesCopied ) ;
2743 *outSegmentCount = bytesCopied / sizeof( FWPhysicalSegment32 ) ;

Completed in 302 milliseconds