Searched refs:writeBytes (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h329 /*! @function writeBytes
337 UInt64 writeBytes(UInt64 offset, const void *bytes, UInt64 length);
H A DIOMemoryDescriptor.h491 /*! @function writeBytes
493 @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.
499 virtual IOByteCount writeBytes(IOByteCount offset,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp815 writeBytes(offset, bytes, actualBytesToCopy);
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.cpp1061 IOByteCount IOMemoryDescriptor::writeBytes

Completed in 27 milliseconds