Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp276 static OSArray * gIOStopProviderList; variable
679 gIOStopProviderList = OSArray::withCapacity( 16 ); in initialize()
688 assert( gIOTerminatePhase2List && gIOStopList && gIOStopProviderList && gIOFinalizeList ); in initialize()
2913 gIOStopProviderList->tailQ( provider ); in scheduleStop()
3334 provider = (IOService *) gIOStopProviderList->getObject(idx); in terminateWorker()
3383 gIOStopProviderList->removeObject( idx ); in terminateWorker()