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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h327 /*! @function willTerminate
334 virtual bool willTerminate( IOService * provider, IOOptionBits options );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1967 bool IOService::willTerminate( IOService * provider, IOOptionBits options ) function in class:IOService
2005 TLOG("%s::willTerminate(%s, %08llx)\n",
2017 ok = client->willTerminate( victim, options );

Completed in 26 milliseconds