Lines Matching refs:get

796 	setProperty(gIOPlatformWakeActionKey, value.get());  in OSDefineMetaClassAndStructors()
817 …st<OSData>(IOService::getPMRootDomain()->copyProperty(gIOHibernateStateKey.get()->getCStringNoCopy… in hibernateState()
890 setProperty(kIODTNVRAMDiagsStatsKey, serializer.get()); in OSDefineMetaClassAndStructors()
1075 iter = OSCollectionIterator::withCollection(localVariables.get()); in serializeProperties()
1090 dict->setObject(sym.get(), localVariables->getObject(key)); in serializeProperties()
1119 return theObject.get(); in getProperty()
1221 data = OSDynamicCast(OSData, prop.get()); in getNVRAMProperties()
1229 data = OSDynamicCast(OSData, prop.get()); in getNVRAMProperties()
1237 data = OSDynamicCast(OSData, prop.get()); in getNVRAMProperties()
1282 setPropertyTable(dict.get()); in init()
1351 _diags->setProperty(kCurrentNVRAMVersionKey, version.get()); in start()
1428 data = OSDynamicCast(OSData, prop.get()); in initImageFormat()
1438 data = OSDynamicCast(OSData, prop.get()); in initImageFormat()
1454 dumpDict(_varDict.get()); in initImageFormat()
1541 _diags->setProperty(kCurrentGenerationCountKey, generation.get()); in syncInternal()
1572 localVarDict = OSDictionary::withDictionary(_varDict.get()); in dictionaryWithProperties()
1588 iter = OSCollectionIterator::withCollection(localVarDict.get()); in dictionaryWithProperties()
1600 returnDict->setObject(returnKey.get(), localVarDict->getObject(canonicalKey)); in dictionaryWithProperties()
1606 iter = OSCollectionIterator::withCollection(localVarDict.get()); in dictionaryWithProperties()
1623 returnDict->setObject(returnKey.get(), localVarDict->getObject(canonicalKey)); in dictionaryWithProperties()
1718 theObject.reset(_varDict->getObject(canonicalKey.get()), OSRetain); in copyPropertyWithGUIDAndName()
1726 DEBUG_INFO("%s has object\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1728 DEBUG_INFO("%s no entry\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1759 theObject = copyProperty(keySymbol.get()); in copyProperty()
1772 return theObject.get(); in getProperty()
1782 return theObject.get(); in getProperty()
1860 …T_SUBSYSTEM_NVRAM, "write", "%s as bool to %d", name, ((OSBoolean *)propObject.get())->getValue()); in setPropertyWithGUIDAndName()
1867 …TEM_NVRAM, "write", "%s as number to %#llx", name, ((OSNumber *)propObject.get())->unsigned64BitVa… in setPropertyWithGUIDAndName()
1874 …SYSTEM_NVRAM, "write", "%s as string to %s", name, ((OSString *)propObject.get())->getCStringNoCop… in setPropertyWithGUIDAndName()
1889 tmpString = OSDynamicCast(OSString, sharedObject.get()); in setPropertyWithGUIDAndName()
1898 …YSTEM_NVRAM, "write", "%s as data with size %#x", name, ((OSData *)propObject.get())->getLength()); in setPropertyWithGUIDAndName()
1924 ok = handleSpecialVariables(name, guid, propObject.get(), &ret); in setPropertyWithGUIDAndName()
1938 ret = _format->setVariable(newGuid, name, propObject.get()); in setPropertyWithGUIDAndName()