Home
last modified time | relevance | path

Searched refs:getPreparedOffsetAndLength (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODMACommand.h505 virtual IOReturn getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length);
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp1121 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length) in getPreparedOffsetAndLength() function in IODMACommand
H A DIOUserServer.cpp1151 ret = getPreparedOffsetAndLength(offset, length); in GetPreparation_Impl()