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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp201 DEVSMCCURKEY CurKey; member in struct:DEVSMC
630 * Looks up a key and copies its value and attributes into the CurKey.
647 * Looks up a key and copies its value and attributes into the CurKey.
656 uint32_t const uKeyValueLog = RT_H2LE_U32(pThis->CurKey.Key.u32);
658 uint32_t iKey = smcKeyLookup(pThis, pThis->CurKey.Key.u32);
661 if ( g_aSmcKeys[iKey].cbValue == pThis->CurKey.cbValue
664 pThis->CurKey.Type = g_aSmcKeys[iKey].Type;
665 pThis->CurKey.fAttr = g_aSmcKeys[iKey].fAttr;
666 RT_ZERO(pThis->CurKey.Value);
669 bRc = g_aSmcKeys[iKey].pfnGet(pThis, &pThis->CurKey, pThi
[all...]

Completed in 76 milliseconds