Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h319 virtual IOReturn clearMemoryDescriptor(bool autoComplete = true);
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp451 IODMACommand::clearMemoryDescriptor(bool autoComplete) in clearMemoryDescriptor() argument
453 if (fActive && !autoComplete) { in clearMemoryDescriptor()