Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp314 const char *rawControllerKey = "nvram-raw"; in getNVRAMProperties() local
324 prop = entry->copyProperty(rawControllerKey); in getNVRAMProperties()
325 require_action(prop != nullptr, exit, DEBUG_ERROR("No %s entry\n", rawControllerKey)); in getNVRAMProperties()