Searched refs:writeBytes (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 387 UInt64 writeBytes(UInt64 offset, const void *bytes, UInt64 length);
|
| H A D | IOMemoryDescriptor.h | 703 virtual IOByteCount writeBytes(IOByteCount offset,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 841 writeBytes(offset, bytes, actualBytesToCopy); in appendBytes()
|
| H A D | IODMACommand.cpp | 724 bytes = poMD->writeBytes(state->fPreparedOffset, in walkAll() 1266 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes() function in IODMACommand
|
| H A D | IOUserServer.cpp | 1209 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 D | IOMemoryDescriptor.cpp | 2598 IOMemoryDescriptor::writeBytes in writeBytes() function in IOMemoryDescriptor
|