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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp167 static OSArray * gIOStopList; variable
408 gIOStopList = OSArray::withCapacity( 16 );
411 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList );
2128 gIOStopList->tailQ( this );
2481 (!doPhase3) && (client = (IOService *) gIOStopList->getObject(idx)); ) {
2528 gIOStopList->removeObject( idx );
2539 TLOG("iokit terminate done, %d stops remain\n", gIOStopList->getCount());
2542 (uintptr_t) gIOStopList->getCount(), 0, 0, 0);

Completed in 74 milliseconds