Home
last modified time | relevance | path

Searched refs:createCopyBuffer (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/iokit/IOKit/
H A DIODMACommand.h540 OSPtr<IOBufferMemoryDescriptor> createCopyBuffer(IODirection direction, UInt64 length);
/xnu-10002.1.13/iokit/Kernel/
H A DIODMACommand.cpp619 IODMACommand::createCopyBuffer(IODirection direction, UInt64 length) in createCopyBuffer() function in IODMACommand
689 state->fCopyMD = createCopyBuffer(fMDSummary.fDirection, state->fPreparedLength); in walkAll()