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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c288 UINT8 *DisMap; local
304 DisMap = NULL;
326 DisMap = Private->BmmOldFakeNVData.DisableMap;
372 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
411 // so we should modify DisMap to reflect the change
415 DisMap[Pos] = (UINT8) (DisMap[Pos] & (~ (UINT8) (1 << Bit)));
424 DisMap[Pos] = (UINT8) (DisMap[Po
[all...]
H A DUpdatePage.c1272 UINT8 *DisMap; local
1284 DisMap = NULL;
1289 DisMap = ZeroMem (CallbackData->BmmOldFakeNVData.DisableMap, sizeof (CallbackData->BmmOldFakeNVData.DisableMap));
1432 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
H A DVariable.c1102 UINT8 *DisMap; local
1113 DisMap = NULL;
1149 DisMap = CallbackData->BmmOldFakeNVData.DisableMap;
1199 // DisMap bit array is the only reliable source to check a device's en/dis state,
1200 // so we use DisMap to set en/dis state of each item in NewOrder array
1206 if ((DisMap[Pos] & (1 << Bit)) != 0) {

Completed in 59 milliseconds