Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp1904 const OSSymbol* nameRaw = NULL; in readNVRAMProperty() local
1907 IOReturn result = readNVRAMProperty(entry, &nameRaw, &valueRaw); in readNVRAMProperty()
1909 name.reset(nameRaw, OSNoRetain); in readNVRAMProperty()