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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp120 /** The index of the first enumerable key in g_aSmcKeys. */
326 static const DEVSMCKEYDESC g_aSmcKeys[] = variable
521 Assert(pKeyDesc == &g_aSmcKeys[SMC_KEYIDX_FIRST_ENUM]);
522 uint32_t cKeys = RT_ELEMENTS(g_aSmcKeys) - SMC_KEYIDX_FIRST_ENUM;
638 uint32_t iKey = RT_ELEMENTS(g_aSmcKeys);
640 if (g_aSmcKeys[iKey].Key.u32 == uKeyValue)
661 if ( g_aSmcKeys[iKey].cbValue == pThis->CurKey.cbValue
662 || !g_aSmcKeys[iKey].cbValue)
664 pThis->CurKey.Type = g_aSmcKeys[iKey].Type;
665 pThis->CurKey.fAttr = g_aSmcKeys[iKe
[all...]

Completed in 457 milliseconds