Searched defs:SMC_KEYIDX_FIRST_ENUM (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp121 #define SMC_KEYIDX_FIRST_ENUM 2 macro
521 Assert(pKeyDesc == &g_aSmcKeys[SMC_KEYIDX_FIRST_ENUM]);
522 uint32_t cKeys = RT_ELEMENTS(g_aSmcKeys) - SMC_KEYIDX_FIRST_ENUM;
713 if (iKey < RT_ELEMENTS(g_aSmcKeys) - SMC_KEYIDX_FIRST_ENUM)
726 Log(("smcKeyGetByIndex: Key out or range: %#x, max %#x\n", iKey, RT_ELEMENTS(g_aSmcKeys) - SMC_KEYIDX_FIRST_ENUM));

Completed in 81 milliseconds