Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp1950 const OSSymbol* nameRaw = NULL; in readNVRAMProperty() local
1953 IOReturn result = readNVRAMProperty(entry, &nameRaw, &valueRaw); in readNVRAMProperty()
1955 name.reset(nameRaw, OSNoRetain); in readNVRAMProperty()