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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp169 static OSArray * gIOFinalizeList; variable
410 gIOFinalizeList = OSArray::withCapacity( 16 );
411 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList );
2153 gIOFinalizeList->tailQ( this );
2431 gIOFinalizeList->tailQ( victim );
2468 while( (victim = (IOService *) gIOFinalizeList->getObject(0))) {
2477 gIOFinalizeList->removeObject(0);

Completed in 98 milliseconds