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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h336 /*! @function didTerminate
341 @param defer If there is pending I/O that requires this object to persist, and the provider is not opened by this object set <code>defer</code> to <code>true</code> and call the <code>IOService::didTerminate()</code> implementation when the I/O completes. Otherwise, leave <code>defer</code> set to its default value of <code>false</code>.
344 virtual bool didTerminate( IOService * provider, IOOptionBits options, bool * defer );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1972 bool IOService::didTerminate( IOService * provider, IOOptionBits options, bool * defer ) function in class:IOService
2037 TLOG("%s::didTerminate(%s, %08llx)\n",
2039 client->didTerminate( victim, options, &defer );
2051 TLOG("%s::didTerminate(%s, defer %d)\n",

Completed in 35 milliseconds