Searched refs:writeBytes (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp577 pResult->descriptor->writeBytes(0, arguments->structureInput, arguments->structureInputSize);
H A DIOHIDLibUserClient.cpp945 mem->writeBytes( 0, elementData, elementLength );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h524 /*! @function writeBytes
526 @discussion This method copies data to the memory descriptor's memory at the given offset, from the caller's buffer. The memory descriptor MUST have the kIODirectionIn direcction bit set and be prepared. kIODirectionIn means that this memory descriptor will be input from an external device, so writeBytes is used to write memory into the descriptor for PIO drivers.
532 virtual IOByteCount writeBytes(IOByteCount offset,
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp551 bytes = poMD->writeBytes(state->fPreparedOffset,
970 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) function in class:IODMACommand
H A DIOMemoryDescriptor.cpp1069 IOByteCount IOMemoryDescriptor::writeBytes
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp132 memory->writeBytes( offset, buffer, length );
H A DIOFireWireSBP2Login.cpp2927 descriptor->writeBytes( 0, &orbAddress, sizeof(FWAddress) );
2941 descriptor->writeBytes( 8, &orbAddress, sizeof(FWAddress) );
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATAController.cpp1637 descriptor->writeBytes( xfrPosition, (void*) _doubleBuffer.logicalBuffer, bufferBytes);
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp1100 GetDataBuffer ( clientData->scsiTask )->writeBytes (
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp1653 bytesCopied = mem->writeBytes ( 0, (void*)kernelBuffer, bytes ) ;

Completed in 190 milliseconds

12