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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp238 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) argument
244 if (!autoPrepare)
281 if (autoPrepare) {

Completed in 22 milliseconds