Lines Matching refs:IODTNVRAM

42 OSDefineMetaClassAndStructors(IODTNVRAM, IOService);
44 bool IODTNVRAM::init(IORegistryEntry *old, const IORegistryPlane *plane)
69 void IODTNVRAM::registerNVRAMController(IONVRAMController *nvram)
213 void IODTNVRAM::sync(void)
226 bool IODTNVRAM::serializeProperties(OSSerialize *s) const
269 OSObject *IODTNVRAM::getProperty(const OSSymbol *aKey) const
287 OSObject *IODTNVRAM::getProperty(const char *aKey) const
301 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject)
368 void IODTNVRAM::removeProperty(const OSSymbol *aKey)
398 IOReturn IODTNVRAM::setProperties(OSObject *properties)
455 IOReturn IODTNVRAM::readXPRAM(IOByteCount offset, UInt8 *buffer,
469 IOReturn IODTNVRAM::writeXPRAM(IOByteCount offset, UInt8 *buffer,
485 IOReturn IODTNVRAM::readNVRAMProperty(IORegistryEntry *entry,
499 IOReturn IODTNVRAM::writeNVRAMProperty(IORegistryEntry *entry,
513 OSDictionary *IODTNVRAM::getNVRAMPartitions(void)
518 IOReturn IODTNVRAM::readNVRAMPartition(const OSSymbol *partitionID,
545 IOReturn IODTNVRAM::writeNVRAMPartition(const OSSymbol *partitionID,
574 IOByteCount IODTNVRAM::savePanicInfo(UInt8 *buffer, IOByteCount length)
602 UInt8 IODTNVRAM::calculatePartitionChecksum(UInt8 *partitionHeader)
632 IOReturn IODTNVRAM::initOFVariables(void)
761 IOReturn IODTNVRAM::syncOFVariables(void)
957 UInt32 IODTNVRAM::getOFVariableType(const OSSymbol *propSymbol) const
971 UInt32 IODTNVRAM::getOFVariablePerm(const OSSymbol *propSymbol) const
985 bool IODTNVRAM::getOWVariableInfo(UInt32 variableNumber, const OSSymbol **propSymbol,
1019 bool IODTNVRAM::convertPropToObject(UInt8 *propName, UInt32 propNameLength,
1077 bool IODTNVRAM::convertObjectToProp(UInt8 *buffer, UInt32 *length,
1164 UInt16 IODTNVRAM::generateOWChecksum(UInt8 *buffer)
1175 bool IODTNVRAM::validateOWChecksum(UInt8 *buffer)
1190 void IODTNVRAM::updateOWBootArgs(const OSSymbol *key, OSObject *value)
1276 bool IODTNVRAM::searchNVRAMProperty(IONVRAMDescriptor *hdr, UInt32 *where)
1309 IOReturn IODTNVRAM::readNVRAMPropertyType0(IORegistryEntry *entry,
1346 IOReturn IODTNVRAM::writeNVRAMPropertyType0(IORegistryEntry *entry,
1395 OSData *IODTNVRAM::unescapeBytesToData(const UInt8 *bytes, UInt32 length)
1440 OSData * IODTNVRAM::escapeDataToData(OSData * value)
1489 IOReturn IODTNVRAM::readNVRAMPropertyType1(IORegistryEntry *entry,
1552 IOReturn IODTNVRAM::writeNVRAMPropertyType1(IORegistryEntry *entry,
1680 bool IODTNVRAM::safeToSync(void)