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

/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp61 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
90 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
92 setProperty(kWatchDogEnabledProperty, kOSBooleanTrue);
111 watchDogTimer->setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp109 root->setProperty( kIOKitBuildVersionKey, obj );
114 root->setProperty( kIOKitDiagnosticsKey, obj );
188 root->setProperty(kOSBuildVersionKey, build_version);
H A DIOCPU.cpp452 provider->setProperty("bus-frequency", busFrequency);
460 provider->setProperty("clock-frequency", cpuFrequency);
464 provider->setProperty("timebase-frequency", timebaseFrequency);
467 super::setProperty("IOCPUID", (uintptr_t)this, sizeof(uintptr_t)*8);
482 bool IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IOCPU
509 return super::setProperty(aKey, anObject);
535 if (setProperty(gIOCPUStateKey, stateStr)) return kIOReturnSuccess;
559 super::setProperty("IOCPUNumber", _cpuNumber, 32);
678 service->setProperty(gIOInterruptControllersKey, controller);
679 service->setProperty(gIOInterruptSpecifiersKe
[all...]
H A DIOPlatformExpert.cpp120 provider->setProperty("clock-frequency", busFrequency);
128 setProperty("Platform Memory Ranges", physicalRanges);
140 provider->setProperty(kIOPlatformSerialNumberKey, serNoString);
898 ret = gIOOptionsEntry->setProperty(sym, data);
1016 getProvider( )->setProperty( kIOPlatformUUIDKey, string );
1392 setProperty("IOPlatformArgs", (void *)argsData, sizeof(argsData));
1436 entry->setProperty( "platform-uuid", uuid, sizeof( uuid_t ) );
1440 setProperty( kIOPlatformUUIDKey, string );
H A DRootDomainUserClient.cpp116 fOwner->setProperty( kRootDomainSleepOptionsKey, unserializedOptions);
334 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 DIOPMrootDomain.cpp894 setProperty(kIOSleepSupportedKey, true);
922 setProperty(kIOPMSystemCapabilitiesKey, _currentCapability, 64);
936 setProperty(kRootDomainSupportedFeatures, tmpDict);
988 setProperty(kIOPMTimelineDictionaryKey, tlInfo);
1010 setProperty(gIOUserClientClassKey, (OSObject *) ucClassName);
1137 setProperty(kPMSuspendedNotificationClients, publish);
1172 // Receive a setProperty call
1234 setProperty(key, n);
1249 setProperty(key, obj);
1258 setProperty(kIOPMTimelineDictionaryKe
[all...]
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);
924 regEntry->setProperty( gIODTPersistKey, prop);
1152 regEntry->setProperty( gIODeviceMemoryKey, array);
1261 regEntry->setProperty("AAPL,slot-name", data);
H A DIOMapper.cpp96 setProperty(gIOMapperIDKey, obj);
163 device->setProperty("iommu-parent", mapper);
H A DIOHibernateIO.cpp1281 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars));
1329 gIOOptionsEntry->setProperty(sym, data);
1377 IOService::getPMRootDomain()->setProperty(gIOHibernateRTCVariablesKey, data);
1387 gIOOptionsEntry->setProperty(sym, data); /* intentional insecure backup of rtc boot vars */
1437 gIOOptionsEntry->setProperty(gIOHibernateBoot0082Key, gIOHibernateBoot0082Data);
1438 gIOOptionsEntry->setProperty(gIOHibernateBootNextKey, gIOHibernateBootNextData);
1448 gIOOptionsEntry->setProperty(sym, data);
1475 gIOOptionsEntry->setProperty(sym, data);
1748 regEntry->setProperty((const char *) prop->name, (void *) (prop + 1), prop->length);
1804 IOService::getPMRootDomain()->setProperty(kIOHibernateOptionsKe
[all...]
H A DIOPMPowerSource.cpp148 setProperty(key, obj);
H A DIOService.cpp373 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue);
1538 setProperty( typeOfInterest, notifyList);
2761 inst->setProperty( gIOMatchCategoryKey, (OSObject *) category );
2789 newInst->setProperty( gIOProbeScoreKey, newPri );
2966 gIOResources->setProperty( key, value);
2999 ret = setProperty( gIOResourceMatchKey, set );
3358 ((IOService *)this)->setProperty( ((IOService *)this)->__state,
4432 regEntry->setProperty(gIOConsoleLockedKey, locked);
4435 regEntry->setProperty(gIOConsoleUsersKey, consoleUsers);
4449 if (screenLockState != gIOScreenLockState) gIOChosenEntry->setProperty(kIOScreenLockStateKe
[all...]
H A DIONVRAM.cpp301 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IODTNVRAM
444 result = setProperty(key, object);
H A DIOServicePM.cpp516 setProperty(kPwrMgtKey, pwrMgt);
4977 setProperty(kIOPMTardyAckSPSKey, kOSBooleanTrue);
5029 nextObject->whatObject->setProperty(kIOPMTardyAckPSCKey, kOSBooleanTrue);
H A DIOMemoryDescriptor.cpp3655 IORegistryEntry::getRegistryRoot()->setProperty(kIOMaximumMappedIOByteCountKey,
H A DIOUserClient.cpp2572 client->setProperty(kIOUserClientCreatorKey, creatorName);
/darwin-on-arm/xnu/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.h145 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp69 provider->setProperty("rom-version", &romVersion, sizeof(romVersion));
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DIOCPU.h83 virtual bool setProperty(const OSSymbol * aKey, OSObject * anObject);
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp470 registryRoot->setProperty(kOSPrelinkKextCountKey, prelinkCountObj);
695 registryRoot->setProperty(kOSStartupMkextCRC, checksumObj);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp715 registryRoot->setProperty(kOSKernelCPUTypeKey, kernelCPUType);
716 registryRoot->setProperty(kOSKernelCPUSubtypeKey, kernelCPUSubtype);

Completed in 220 milliseconds