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

/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp61 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
90 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
92 setProperty(kWatchDogEnabledProperty, kOSBooleanTrue);
111 watchDogTimer->setProperty(kWatchDogEnabledProperty, kOSBooleanFalse);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h264 /*! @function setProperty
271 virtual bool setProperty(const OSSymbol * aKey, OSObject * anObject);
273 /*! @function setProperty
280 virtual bool setProperty(const OSString * aKey, OSObject * anObject);
282 /*! @function setProperty
289 virtual bool setProperty(const char * aKey, OSObject * anObject);
291 /*! @function setProperty
298 virtual bool setProperty(const char * aKey, const char * aString);
300 /*! @function setProperty
307 virtual bool setProperty(cons
[all...]
H A DIOCPU.h83 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
H A DIONVRAM.h138 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStartIOKit.cpp179 root->setProperty( kIOKitBuildVersionKey, obj );
184 root->setProperty( kIOKitDiagnosticsKey, obj );
218 root->setProperty(kOSBuildVersionKey, build_version);
H A DIOCPU.cpp420 provider->setProperty("bus-frequency", busFrequency);
428 provider->setProperty("clock-frequency", cpuFrequency);
432 provider->setProperty("timebase-frequency", timebaseFrequency);
435 super::setProperty("IOCPUID", (UInt32)this, 32);
450 bool IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IOCPU
477 return super::setProperty(aKey, anObject);
503 if (setProperty(gIOCPUStateKey, stateStr)) return kIOReturnSuccess;
527 super::setProperty("IOCPUNumber", _cpuNumber, 32);
646 service->setProperty(gIOInterruptControllersKey, controller);
647 service->setProperty(gIOInterruptSpecifiersKe
[all...]
H A DIOPMrootDomain.cpp385 setProperty(kIOSleepSupportedKey,true);
405 setProperty(kRootDomainSupportedFeatures, tmpDict);
465 setProperty(gIOUserClientClassKey, (OSObject *) ucClassName);
498 // Receive a setProperty call
543 setProperty(idle_seconds_string, n);
565 setProperty( battery_warning_disabled_string,
599 setProperty(stall_halt_string, b);
606 setProperty(hibernatemode_string, n);
611 setProperty(hibernatefreeratio_string, n);
616 setProperty(hibernatefreetime_strin
[all...]
H A DIODeviceTreeSupport.cpp234 parent->setProperty("allInts", allInts);
235 parent->setProperty("sharedInts", gIODTSharedInterrupts);
259 parent->setProperty( gIODTNWInterruptMappingKey,
749 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers);
750 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped);
923 regEntry->setProperty( gIODTPersistKey, prop);
1113 regEntry->setProperty( gIODeviceMemoryKey, array);
1222 regEntry->setProperty("AAPL,slot-name", data);
H A DIORegistryEntry.cpp158 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
449 // setProperty( getRetainCount(), 32, "__retain" );
511 IORegistryEntry::setProperty( const OSSymbol * aKey, OSObject * anObject) function in class:IORegistryEntry
583 IORegistryEntry::setProperty( const OSString * aKey, OSObject * anObject) function in class:IORegistryEntry
586 bool ret = setProperty( tmpKey, anObject );
593 IORegistryEntry::setProperty( const char * aKey, OSObject * anObject) function in class:IORegistryEntry
596 bool ret = setProperty( tmpKey, anObject );
603 IORegistryEntry::setProperty(const char * aKey, const char * aString) function in class:IORegistryEntry
610 ret = setProperty( tmpKey, aSymbol );
619 IORegistryEntry::setProperty(cons function in class:IORegistryEntry
635 IORegistryEntry::setProperty( const char * aKey, function in class:IORegistryEntry
653 IORegistryEntry::setProperty( const char * aKey, function in class:IORegistryEntry
[all...]
H A DIOPlatformExpert.cpp122 provider->setProperty("clock-frequency", busFrequency);
130 setProperty("Platform Memory Ranges", physicalRanges);
142 provider->setProperty(kIOPlatformSerialNumberKey, serNoString);
909 getProvider( )->setProperty( kIOPlatformUUIDKey, string );
1285 setProperty("IOPlatformArgs", (void *)argsData, sizeof(argsData));
1329 entry->setProperty( "platform-uuid", uuid, sizeof( uuid_t ) );
1333 setProperty( kIOPlatformUUIDKey, string );
H A DIOHibernateIO.cpp1153 gIOOptionsEntry->setProperty(sym, data);
1171 gIOOptionsEntry->setProperty(sym, str2);
1186 gIOOptionsEntry->setProperty(sym, data);
1237 IOService::getPMRootDomain()->setProperty(kIOHibernateRTCVariablesKey, data);
1247 gIOOptionsEntry->setProperty(sym, data); /* intentional insecure backup of rtc boot vars */
1267 gIOOptionsEntry->setProperty(sym, data);
1294 gIOOptionsEntry->setProperty(sym, data);
1541 gIOOptionsEntry->setProperty(sym, data);
1549 gIOOptionsEntry->setProperty(sym, vars->saveBootDevice);
1557 gIOOptionsEntry->setProperty(sy
[all...]
H A DRootDomainUserClient.cpp125 fOwner->setProperty( kRootDomainSleepOptionsKey, unserializedOptions);
H A DIOPMPowerSource.cpp148 setProperty(key, obj);
H A DIOService.cpp1484 setProperty( typeOfInterest, notifyList);
2549 inst->setProperty( gIOMatchCategoryKey, (OSObject *) category );
2596 newInst->setProperty( gIOProbeScoreKey, newPri );
2766 gIOResources->setProperty( key, value);
2799 ret = setProperty( gIOResourceMatchKey, set );
3091 ((IOService *)this)->setProperty( ((IOService *)this)->__state,
3847 IORegistryEntry::getRegistryRoot()->setProperty(key, dict->getObject(key));
4173 setProperty(kIOUserClientClassKey,
4449 setProperty( gIODeviceMemoryKey, array);
H A DIONVRAM.cpp295 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) function in class:IODTNVRAM
425 result = setProperty(key, object);
H A DIOServicePM.cpp377 setProperty(kPwrMgtKey, pwrMgt);
3838 setProperty(kIOPMTardyAckSPSKey, kOSBooleanTrue);
3882 nextObject->whatObject->setProperty(kIOPMTardyAckPSCKey, kOSBooleanTrue);
H A DIOMemoryDescriptor.cpp3025 IORegistryEntry::getRegistryRoot()->setProperty(kIOMaximumMappedIOByteCountKey,
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp69 provider->setProperty("rom-version", &romVersion, sizeof(romVersion));
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DDINetBootHook.cpp67 * migrated code out of here to IOHDIXController's setProperty method
143 // use the "setProperty" method of IOHDIXController to trigger the desired behaviour
158 if (!controller->setProperty(kDIRootImageKey, pathString))
159 IOLog("IOHDIXController::setProperty(%s, %s) failed.\n", kDIRootImageKey, pathString->getCStringNoCopy());
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1649 _master->setProperty("AAPL,agp3-mode", (command & kIOAGP3Mode) ? kOSBooleanTrue : kOSBooleanFalse);
1685 _master->setProperty(kIOAGPCommandValueKey, &command, sizeof(command));
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1019 root->setProperty(kIOStartupMkextCRC, checksumObj);

Completed in 77 milliseconds