Searched refs:autoPrepare (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h263 @param autoPrepare An optional boolean variable that will call the prepare() function automatically after the memory descriptor is processed. Defaults to true.
267 bool autoPrepare = true);
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp238 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) argument
244 if (!autoPrepare)
281 if (autoPrepare) {

Completed in 25 milliseconds