Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp275 static OSArray * gIOStopList; variable
678 gIOStopList = OSArray::withCapacity( 16 ); in initialize()
688 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList ); in initialize()
2912 gIOStopList->tailQ( this ); in scheduleStop()
3333 (!doPhase3) && (client = (IOService *) gIOStopList->getObject(idx));) { in terminateWorker()
3382 gIOStopList->removeObject( idx ); in terminateWorker()
3392 TLOG("iokit terminate done, %d stops remain\n", gIOStopList->getCount()); in terminateWorker()
3395 (uintptr_t) gIOStopList->getCount(), 0, 0, 0); in terminateWorker()