Lines Matching refs:OSArray
274 static OSArray * gIOTerminatePhase2List;
275 static OSArray * gIOStopList;
276 static OSArray * gIOStopProviderList;
277 static OSArray * gIOFinalizeList;
280 static OSArray * gIOMatchDeferList;
387 static OSArray *sCpuLatencyHandlers[kCpuNumDelayTypes];
422 OSArray * fUserServers;
423 OSArray * fUserServersWait;
424 OSArray * fMatchingWork;
425 OSArray * fMatchingDelayed;
677 gIOTerminatePhase2List = OSArray::withCapacity( 2 ); in initialize()
678 gIOStopList = OSArray::withCapacity( 16 ); in initialize()
679 gIOStopProviderList = OSArray::withCapacity( 16 ); in initialize()
680 gIOFinalizeList = OSArray::withCapacity( 16 ); in initialize()
683 gIOMatchDeferList = OSArray::withCapacity( 16 ); in initialize()
1201 OSArray * array; in startDeferredMatches()
1620 OSArray * array; in setPlatform()
1626 array = OSArray::withObjects(objs, 2); in setPlatform()
2145 OSArray * copyArray = NULL; in applyToInterestNotifiers()
2154 copyArray = OSArray::withCapacity(1); in applyToInterestNotifiers()
2552 OSArray * makeInactive; in terminatePhase1()
2553 OSArray * waitingInactive; in terminatePhase1()
2586 makeInactive = OSArray::withCapacity( 16 ); in terminatePhase1()
2587 waitingInactive = OSArray::withCapacity( 16 ); in terminatePhase1()
2682 OSArray * notifiers; in terminatePhase1()
2984 OSArray * doPhase2List, in actionWillTerminate()
3169 OSArray * doPhase2List; in terminateWorker()
3170 OSArray * didPhase2List; in terminateWorker()
3184 doPhase2List = OSArray::withCapacity( 16 ); in terminateWorker()
3185 didPhase2List = OSArray::withCapacity( 16 ); in terminateWorker()
3262 OSArray * notifiers; in terminateWorker()
3814 IOService::invokeNotifiers(OSArray * willSend[]) in invokeNotifiers()
3816 OSArray * array; in invokeNotifiers()
4357 gIOMatchDeferList = OSArray::withCapacity( 16 ); in userSpaceWillReboot()
4401 fUserServers = OSArray::withCapacity(4); in init()
4402 fMatchingWork = OSArray::withCapacity(4); in init()
4511 fMatchingDelayed = OSArray::withObjects((const OSObject **) &service, 1, 1); in matchingStart()
4531 OSArray * notifyServers; in matchingEnd()
4532 OSArray * deferredMatches; in matchingEnd()
4554 fUserServersWait = OSArray::withArray(fUserServers); in matchingEnd()
4555 notifyServers = OSArray::withArray(fUserServers); in matchingEnd()
4559 notifyServers = OSArray::withArray(fUserServers); in matchingEnd()
4607 OSArray * userServers = NULL; in userServerAckTimerExpired()
4637 OSArray * notifyServers; in systemHalt()
4641 notifyServers = OSArray::withArray(fUserServers); in systemHalt()
5193 OSArray * services;
5223 ctx->services = OSArray::withObjects((const OSObject **) &service, 1); in publishHiddenMediaApplier()
5258 OSArray * notifiers[3] = {}; in publishHiddenMedia()
5348 OSArray * resourceKeys = NULL; in doServiceMatch()
5353 OSArray * notifiers[2] = {NULL}; in doServiceMatch()
6702 OSArray *
6708 OSArray * willSend = NULL; in copyNotifiers()
6725 willSend = OSArray::withCapacity(8); in copyNotifiers()
7226 OSArray * keys; in IOResourcesMatchPropertyTable()
7229 keys = OSDynamicCast(OSArray, obj); in IOResourcesMatchPropertyTable()
7304 IOService::updateConsoleUsers(OSArray * consoleUsers, IOMessage systemMessage, bool afterUserspaceR… in updateConsoleUsers()
7479 OSArray * consoleUsers; in setProperties()
7480 consoleUsers = OSDynamicCast(OSArray, dict->getObject(key)); in setProperties()
7904 OSArray* aliasServiceRegIds = NULL; in matchPassive()
7985 aliasServiceRegIds = OSArray::withCapacity(sizeof(alternateRegistryID)); in matchPassive()
8338 OSArray * array; in getDeviceMemoryCount()
8341 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()
8354 OSArray * array; in getDeviceMemoryWithIndex()
8357 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()
8384 OSArray *
8387 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()
8392 IOService::setDeviceMemory( OSArray * array ) in setDeviceMemory()
8485 OSArray * handlers = sCpuLatencyHandlers[delayType]; in requireMaxCpuDelay()
8505 OSArray * array; in setLatencyHandler()
8512 sCpuLatencyHandlers[delayType] = OSArray::withCapacity(4); in setLatencyHandler()
8598 OSArray *array; in resolveInterrupt()
8606 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptControllersKey)); in resolveInterrupt()
8640 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptSpecifiersKey)); in resolveInterrupt()
8885 legend = IOReportLegend::with(OSDynamicCast(OSArray, prop)); in addInterruptStatistics()