Lines Matching refs:OSSymbol
378 getVariableType(const OSSymbol *propSymbol) in getVariableType()
486 parseVariableName(const OSSymbol *key, uuid_t *guidResult, const char **nameResult) in parseVariableName()
692 verifyPermission(IONVRAMOperation op, const OSSymbol *canonicalKey, const bool systemActive) in verifyPermission()
703 skipKey(const OSSymbol *aKey) in skipKey()
719 static OSSharedPtr<const OSSymbol>
723 OSSharedPtr<const OSSymbol> symbolObj; in keyWithGuidAndCString()
738 symbolObj = OSSymbol::withCString(canonicalString); in keyWithGuidAndCString()
747 const OSSymbol *key; in dumpDict()
758 while ((key = OSDynamicCast(OSSymbol, iter->getNextObject()))) { in dumpDict()
779 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
812 static const OSSharedPtr<const OSSymbol> gIOHibernateStateKey = OSSymbol::withCString(kIOHibernateS…
826 IODTNVRAMPlatformNotifier::callPlatformFunction( const OSSymbol * functionName, in callPlatformFunction()
1015 virtual OSPtr<OSObject> copyProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
1016 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
1017 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject) APPLE_KEXT_OVERRIDE;
1019 virtual void removeProperty(const OSSymbol *aKey) APPLE_KEXT_OVERRIDE;
1063 const OSSymbol *key; in serializeProperties()
1081 while ((key = OSDynamicCast(OSSymbol, iter->getNextObject()))) { in serializeProperties()
1089 OSSharedPtr<const OSSymbol> sym = OSSymbol::withCString(name); in serializeProperties()
1103 IODTNVRAMVariables::copyProperty(const OSSymbol *aKey) const in copyProperty()
1115 IODTNVRAMVariables::getProperty(const OSSymbol *aKey) const in getProperty()
1123 IODTNVRAMVariables::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
1137 const OSSymbol *key; in setProperties()
1154 key = OSDynamicCast(OSSymbol, iter->getNextObject()); in setProperties()
1173 IODTNVRAMVariables::removeProperty(const OSSymbol *aKey) in removeProperty()
1563 const OSSymbol *canonicalKey; in dictionaryWithProperties()
1594 while ((canonicalKey = OSDynamicCast(OSSymbol, iter->getNextObject()))) { in dictionaryWithProperties()
1599 OSSharedPtr<const OSSymbol> returnKey = OSSymbol::withCString(varName); in dictionaryWithProperties()
1612 while ((canonicalKey = OSDynamicCast(OSSymbol, iter->getNextObject()))) { in dictionaryWithProperties()
1622 OSSharedPtr<const OSSymbol> returnKey = OSSymbol::withCString(varName); in dictionaryWithProperties()
1699 OSSharedPtr<const OSSymbol> canonicalKey; in copyPropertyWithGUIDAndName()
1736 IODTNVRAM::copyProperty(const OSSymbol *aKey) const in copyProperty()
1754 OSSharedPtr<const OSSymbol> keySymbol; in copyProperty()
1757 keySymbol = OSSymbol::withCString(aKey); in copyProperty()
1766 IODTNVRAM::getProperty(const OSSymbol *aKey) const in getProperty()
1957 IODTNVRAM::setPropertyInternal(const OSSymbol *aKey, OSObject *anObject) in setPropertyInternal()
1970 IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
1976 IODTNVRAM::removeProperty(const OSSymbol *aKey) in removeProperty()
2027 IODTNVRAM::removePropertyInternal(const OSSymbol *aKey) in removePropertyInternal()
2047 const OSSymbol *key; in setProperties()
2064 key = OSDynamicCast(OSSymbol, iter->getNextObject()); in setProperties()
2100 const OSSymbol **name, in readNVRAMProperty()
2108 const OSSymbol *name, in writeNVRAMProperty()
2121 IODTNVRAM::readNVRAMPartition(const OSSymbol *partitionID, in readNVRAMPartition()
2129 IODTNVRAM::writeNVRAMPartition(const OSSymbol *partitionID, in writeNVRAMPartition()