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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp162 static OSArray * gIOStopList; variable
389 gIOStopList = OSArray::withCapacity( 16 );
392 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList );
1930 gIOStopList->tailQ( this );
2190 (!doPhase3) && (client = (IOService *) gIOStopList->getObject(idx)); ) {
2238 gIOStopList->removeObject( idx );
2249 TLOG("iokit terminate done, %d stops remain\n", gIOStopList->getCount());
2252 (uintptr_t) gIOStopList->getCount(), 0, 0, 0);

Completed in 14 milliseconds