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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp164 static OSArray * gIOFinalizeList; variable
391 gIOFinalizeList = OSArray::withCapacity( 16 );
392 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList );
1955 gIOFinalizeList->tailQ( this );
2144 gIOFinalizeList->tailQ( victim );
2177 while( (victim = (IOService *) gIOFinalizeList->getObject(0))) {
2186 gIOFinalizeList->removeObject(0);

Completed in 23 milliseconds