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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h272 @param autoComplete An optional boolean variable that will call the complete() function automatically before the memory descriptor is processed. Defaults to true.
274 virtual IOReturn clearMemoryDescriptor(bool autoComplete = true);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp293 IODMACommand::clearMemoryDescriptor(bool autoComplete) argument
295 if (fActive && !autoComplete)

Completed in 106 milliseconds