Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp57 #define kNVRAMBankCountKey "nvram-bank-count" macro
1226 prop = entry->copyProperty(kNVRAMBankCountKey); in getNVRAMProperties()
1227 require_action(prop, exit, DEBUG_ERROR("Unable to find %s property\n", kNVRAMBankCountKey)); in getNVRAMProperties()