Home
last modified time | relevance | path

Searched refs:readNVRAMProperty (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h386 virtual IOReturn readNVRAMProperty(
390 IOReturn readNVRAMProperty(
H A DIONVRAM.h143 virtual IOReturn readNVRAMProperty(IORegistryEntry *entry,
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1921 IODTPlatformExpert::readNVRAMProperty( in readNVRAMProperty() function in IODTPlatformExpert
1926 return dtNVRAM->readNVRAMProperty(entry, name, value); in readNVRAMProperty()
1933 IODTPlatformExpert::readNVRAMProperty( in readNVRAMProperty() function in IODTPlatformExpert
1940 IOReturn result = readNVRAMProperty(entry, &nameRaw, &valueRaw); in readNVRAMProperty()
H A DIONVRAM.cpp2099 IODTNVRAM::readNVRAMProperty(IORegistryEntry *entry, in readNVRAMProperty() function in IODTNVRAM