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

/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp61 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
90 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
92 setProperty(kWatchDogEnabledProperty, kOSBooleanTrue);
111 watchDogTimer->setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp114 root->setProperty( kIOKitBuildVersionKey, obj );
119 root->setProperty( kIOKitDiagnosticsKey, obj );
197 root->setProperty(kOSBuildVersionKey, build_version);
212 chosen->setProperty(kIOProgressBackbufferKey, buffer, size);
213 chosen->setProperty(kIOProgressColorThemeKey, theme, 32);
H A DIOReportLegend.cpp116 reportingService->setProperty(kIOReportLegendKey, legend->getLegend());
117 reportingService->setProperty(kIOReportLegendPublicKey, true);
H A DIOCPU.cpp495 provider->setProperty("bus-frequency", busFrequency);
503 provider->setProperty("clock-frequency", cpuFrequency);
507 provider->setProperty("timebase-frequency", timebaseFrequency);
510 super::setProperty("IOCPUID", getRegistryEntryID(), sizeof(uint64_t)*8);
525 bool IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IOCPU
552 return super::setProperty(aKey, anObject);
578 if (setProperty(gIOCPUStateKey, stateStr)) return kIOReturnSuccess;
602 super::setProperty("IOCPUNumber", _cpuNumber, 32);
721 service->setProperty(gIOInterruptControllersKey, controller);
722 service->setProperty(gIOInterruptSpecifiersKe
[all...]
H A DRootDomainUserClient.cpp116 fOwner->setProperty("SleepRequestedByPID", proc_pid(p), 32);
122 fOwner->setProperty( kRootDomainSleepOptionsKey, unserializedOptions);
317 fOwner->setProperty(kIOPMRootDomainWakeTypeKey, "UserActivity Assertion");
H A DIORegistryEntry.cpp169 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
470 // setProperty( getRetainCount(), 32, "__retain" );
541 IORegistryEntry::setProperty( const OSSymbol * aKey, OSObject * anObject) function in class:IORegistryEntry
624 IORegistryEntry::setProperty( const OSString * aKey, OSObject * anObject) function in class:IORegistryEntry
627 bool ret = setProperty( tmpKey, anObject );
634 IORegistryEntry::setProperty( const char * aKey, OSObject * anObject) function in class:IORegistryEntry
637 bool ret = setProperty( tmpKey, anObject );
644 IORegistryEntry::setProperty(const char * aKey, const char * aString) function in class:IORegistryEntry
651 ret = setProperty( tmpKey, aSymbol );
660 IORegistryEntry::setProperty(cons function in class:IORegistryEntry
676 IORegistryEntry::setProperty( const char * aKey, function in class:IORegistryEntry
694 IORegistryEntry::setProperty( const char * aKey, function in class:IORegistryEntry
[all...]
H A DIOPlatformExpert.cpp120 provider->setProperty("clock-frequency", busFrequency);
128 setProperty("Platform Memory Ranges", physicalRanges);
140 provider->setProperty(kIOPlatformSerialNumberKey, serNoString);
926 ret = gIOOptionsEntry->setProperty(sym, data);
1053 getProvider( )->setProperty( kIOPlatformUUIDKey, string );
1466 entry->setProperty( "platform-uuid", uuid, sizeof( uuid_t ) );
1470 setProperty( kIOPlatformUUIDKey, string );
H A DIODeviceTreeSupport.cpp219 parent->setProperty("allInts", allInts);
220 parent->setProperty("sharedInts", gIODTSharedInterrupts);
244 parent->setProperty( gIODTNWInterruptMappingKey,
750 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers);
751 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped);
926 regEntry->setProperty( gIODTPersistKey, prop);
1164 regEntry->setProperty( gIODeviceMemoryKey, array);
1275 regEntry->setProperty("AAPL,slot-name", data);
H A DIOPMrootDomain.cpp909 setProperty(kIOSleepSupportedKey, true);
933 setProperty(gIOPMUserIsActiveKey, kOSBooleanTrue);
944 setProperty(kIOPMSystemCapabilitiesKey, _currentCapability, 64);
961 setProperty(kRootDomainSupportedFeatures, tmpDict);
1044 setProperty(gIOUserClientClassKey, (OSObject *) ucClassName);
1080 // Receive a setProperty call
1137 setProperty(key, n);
1152 setProperty(key, obj);
1162 setProperty(key, n);
1167 if (str) setProperty(ke
[all...]
H A DIOHibernateIO.cpp883 next->setProperty(kIOPolledInterfaceActiveKey, kOSBooleanTrue);
1355 gIOOptionsEntry->setProperty(sym, data);
1553 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars));
1601 gIOOptionsEntry->setProperty(sym, data);
1649 IOService::getPMRootDomain()->setProperty(gIOHibernateRTCVariablesKey, data);
1659 gIOOptionsEntry->setProperty(sym, data); /* intentional insecure backup of rtc boot vars */
1709 gIOOptionsEntry->setProperty(gIOHibernateBoot0082Key, gIOHibernateBoot0082Data);
1710 gIOOptionsEntry->setProperty(gIOHibernateBootNextKey, gIOHibernateBootNextData);
1720 gIOOptionsEntry->setProperty(sym, data);
1747 gIOOptionsEntry->setProperty(sy
[all...]
H A DIOMapper.cpp96 setProperty(gIOMapperIDKey, obj);
H A DIOPMPowerSource.cpp148 setProperty(key, obj);
H A DIOService.cpp392 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue);
1099 platform->setProperty(keys[idx], array);
1694 setProperty( typeOfInterest, notifyList);
3062 inst->setProperty( gIOMatchCategoryKey, (OSObject *) category );
3090 newInst->setProperty( gIOProbeScoreKey, newPri );
3267 gIOResources->setProperty( key, value);
3300 ret = setProperty( gIOResourceMatchKey, set );
3663 ((IOService *)this)->setProperty( ((IOService *)this)->__state,
4634 this->setProperty( sym, num );
4758 regEntry->setProperty(gIOConsoleLockedKe
[all...]
H A DIONVRAM.cpp354 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IODTNVRAM
489 result = setProperty(key, object);
H A DIOServicePM.cpp373 setProperty(kPwrMgtKey, pwrMgt);
5143 setProperty(kIOPMTardyAckSPSKey, kOSBooleanTrue);
5181 nextObject->whatObject->setProperty(kIOPMTardyAckPSCKey, kOSBooleanTrue);
H A DIOUserClient.cpp3059 client->setProperty(kIOUserClientCreatorKey, creatorName);
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h276 /*! @function setProperty
283 virtual bool setProperty(const OSSymbol * aKey, OSObject * anObject);
285 /*! @function setProperty
292 virtual bool setProperty(const OSString * aKey, OSObject * anObject);
294 /*! @function setProperty
301 virtual bool setProperty(const char * aKey, OSObject * anObject);
303 /*! @function setProperty
310 virtual bool setProperty(const char * aKey, const char * aString);
312 /*! @function setProperty
319 virtual bool setProperty(cons
[all...]
H A DIOCPU.h83 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
H A DIONVRAM.h152 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
/xnu-2782.1.97/iokit/bsddev/
H A DDINetBootHook.cpp67 * migrated code out of here to IOHDIXController's setProperty method
173 if (!controller->setProperty(kDIRootImageKey, pathString))
174 IOLog("IOHDIXController::setProperty(%s, %s) failed.\n", kDIRootImageKey, pathString->getCStringNoCopy());
279 controller->setProperty(kDIRootRamFileKey, mem);
/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp421 registryRoot->setProperty(kOSPrelinkKextCountKey, prelinkCountObj);
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp717 registryRoot->setProperty(kOSKernelCPUTypeKey, kernelCPUType);
718 registryRoot->setProperty(kOSKernelCPUSubtypeKey, kernelCPUSubtype);

Completed in 184 milliseconds