Lines Matching refs:IODTNVRAMVariables
1002 class IODTNVRAMVariables : public IOService class
1004 OSDeclareDefaultStructors(IODTNVRAMVariables)
1022 OSDefineMetaClassAndStructors(IODTNVRAMVariables, IOService) in OSDefineMetaClassAndStructors() argument
1025 IODTNVRAMVariables::init(const uuid_t guid, const bool systemActive) in OSDefineMetaClassAndStructors()
1039 IODTNVRAMVariables::start(IOService * provider) in start()
1061 IODTNVRAMVariables::serializeProperties(OSSerialize *s) const 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()
1133 IODTNVRAMVariables::setProperties(OSObject *properties) in setProperties()
1173 IODTNVRAMVariables::removeProperty(const OSSymbol *aKey) in removeProperty()
1354 _systemService = new IODTNVRAMVariables; in start()
1379 _commonService = new IODTNVRAMVariables; in start()