Lines Matching refs:getObject

733 	    props->getObject( gIOKitDebugKey ));  in getDebugFlags()
2170 for (index = 0; (next = copyArray->getObject( index )); index++) { in applyToInterestNotifiers()
2717 victim = (IOService *) makeInactive->getObject(0); in terminatePhase1()
2726 while ((victim = (IOService *) waitingInactive->getObject(0))) { in terminatePhase1()
3197 while ((victim = (IOService *) gIOTerminatePhase2List->getObject(0))) { in terminateWorker()
3278 victim = (IOService *) doPhase2List->getObject(0); in terminateWorker()
3285 while ((victim = (IOService *) didPhase2List->getObject(0))) { in terminateWorker()
3311 while ((victim = (IOService *) gIOFinalizeList->getObject(0))) { in terminateWorker()
3333 (!doPhase3) && (client = (IOService *) gIOStopList->getObject(idx));) { in terminateWorker()
3334 provider = (IOService *) gIOStopProviderList->getObject(idx); in terminateWorker()
3692 offset = OSDynamicCast(OSNumber, dict->getObject( key )); in IOServiceObjectOrder()
3827 (notify = (_IOServiceNotifier *) array->getObject(idx)); in invokeNotifiers()
3924 isDext = (NULL != match->getObject(gIOUserServerNameKey)); in probeCandidates()
3940 match->getObject( gIOMatchCategoryKey )); in probeCandidates()
4055 props->getObject( gIOClassKey)); in probeCandidates()
4086 props->getObject( gIOMatchCategoryKey )); in probeCandidates()
4130 startDict->getObject( category ); in probeCandidates()
4180 startList = (OSOrderedSet *) startDict->getObject( category ); in probeCandidates()
5260 for (idx = 0; (service = (IOService *) ctx.services->getObject(idx)); idx++) { in publishHiddenMedia()
5386 gNotifications->getObject( gIOPublishNotification )); in doServiceMatch()
5764 registryRootBusy = leaves->getCount() == 1 && leaves->getObject(0) == getServiceRoot(); in waitQuietWithOptions()
6108 if ((obj = matching->getObject(gIOProviderClassKey)) in copyExistingServices()
6142 && matching->getObject(gIOCompatibilityMatchKey)) { in copyExistingServices()
6314 if (NULL == (set = (OSOrderedSet *) gNotifications->getObject( type ))) { in setNotification()
6583 obj = matching->getObject(gIOPropertyMatchKey); in waitForMatchingServiceWithToken()
6593 obj = matching->getObject(gIOResourceMatchKey); in waitForMatchingServiceWithToken()
6596 obj = matching->getObject(gIONameMatchKey); in waitForMatchingServiceWithToken()
6599 obj = matching->getObject(gIOProviderClassKey); in waitForMatchingServiceWithToken()
6718 gNotifications->getObject( type )); in copyNotifiers()
7215 prop = table->getObject( gIOResourceMatchKey ); in IOResourcesMatchPropertyTable()
7224 } else if ((prop = table->getObject(gIOResourceMatchedKey))) { in IOResourcesMatchPropertyTable()
7352 (user = OSDynamicCast(OSDictionary, consoleUsers->getObject(idx))); in updateConsoleUsers()
7354 gIOConsoleLoggedIn |= ((kOSBooleanTrue == user->getObject(gIOConsoleSessionOnConsoleKey)) in updateConsoleUsers()
7355 && (kOSBooleanTrue == user->getObject(gIOConsoleSessionLoginDoneKey))); in updateConsoleUsers()
7357 loginLocked &= (kOSBooleanTrue == user->getObject(gIOConsoleSessionScreenIsLockedKey)); in updateConsoleUsers()
7359 num = OSDynamicCast(OSNumber, user->getObject(gIOConsoleSessionScreenLockedTimeKey)); in updateConsoleUsers()
7480 consoleUsers = OSDynamicCast(OSArray, dict->getObject(key)); in setProperties()
7488 publishResource( key, dict->getObject(key)); in setProperties()
7510 value = matching->getObject( key ); in compareProperty()
7533 value = matching->getObject( key ); in compareProperty()
7629 matchProps->merge((const OSDictionary *)matchProps->getObject(gIOUserServicePropertiesKey)); in _copyPropertiesForMatching()
7654 isUser = (NULL != table->getObject(gIOServiceNotificationUserKey)); in matchInternal()
7664 if (!table->getObject(gIOExclaveProxyKey) && !isUser) { in matchInternal()
7668 } else if (table->getObject(gIOExclaveProxyKey)) { in matchInternal()
7673 if (table->getObject(gIOCompatibilityMatchKey)) { in matchInternal()
7682 str = OSDynamicCast(OSString, table->getObject(gIOProviderClassKey)); in matchInternal()
7685 if (matchProps && (obj = matchProps->getObject(gIOClassKey))) { in matchInternal()
7702 obj = table->getObject( gIONameMatchKey ); in matchInternal()
7719 str = OSDynamicCast( OSString, table->getObject( gIOLocationMatchKey )); in matchInternal()
7734 obj = table->getObject( gIOPropertyMatchKey ); in matchInternal()
7770 obj = table->getObject( gIOPropertyExistsMatchKey ); in matchInternal()
7791 match = (NULL != matchProps->getObject(nextKey)); in matchInternal()
7806 str = OSDynamicCast( OSString, table->getObject( gIOPathMatchKey )); in matchInternal()
7814 if (!match && matchProps && (obj = matchProps->getObject(gIOPathKey))) { in matchInternal()
7822 num = OSDynamicCast( OSNumber, table->getObject( gIORegistryEntryIDKey )); in matchInternal()
7831 num = OSDynamicCast( OSNumber, table->getObject( gIOMatchedServiceCountKey )); in matchInternal()
7858 obj = table->getObject(key); \ in matchInternal()
7952 table->getObject( gIOParentMatchKey )); in matchPassive()
7962 table->getObject( gIOLocationMatchKey )); in matchPassive()
8002 …OSNumber* alternateRegistryID = OSDynamicCast(OSNumber, aliasServiceRegIds->getObject(numAliasedSe… in matchPassive()
8359 range = (IODeviceMemory *) array->getObject( index ); in getDeviceMemoryWithIndex()
8489 (target = (IOService *) handlers->getObject(idx)); in requireMaxCpuDelay()
8629 interruptControllerName = OSDynamicCast(OSSymbol, array->getObject(source)); in resolveInterrupt()
8644 data = OSDynamicCast(OSData, array->getObject(source)); in resolveInterrupt()