Home
last modified time | relevance | path

Searched refs:writeBytes (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODMACommand.h387 UInt64 writeBytes(UInt64 offset, const void *bytes, UInt64 length);
H A DIOMemoryDescriptor.h703 virtual IOByteCount writeBytes(IOByteCount offset,
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp841 writeBytes(offset, bytes, actualBytesToCopy); in appendBytes()
H A DIODMACommand.cpp724 bytes = poMD->writeBytes(state->fPreparedOffset, in walkAll()
1266 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes() function in IODMACommand
H A DIOUserServer.cpp1209 copiedDMA = writeBytes(dmaOffset, buffer.data(), length); in PerformOperation_Impl()
1234 copiedDMA = writeBytes(dmaOffset, buffer.data(), length); in PerformOperation_Impl()
1245 copied = data->writeBytes(mdOffset, buffer.data(), mdLength); in PerformOperation_Impl()
H A DIOMemoryDescriptor.cpp2598 IOMemoryDescriptor::writeBytes in writeBytes() function in IOMemoryDescriptor