Searched refs:DeviceTypeIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c505 UINTN DeviceTypeIndex[7]; local
512 SetMem (DeviceTypeIndex, sizeof (DeviceTypeIndex), 0xFF);
532 sizeof (DeviceTypeIndex) / sizeof (DeviceTypeIndex[0]));
533 NextIndex = &DeviceTypeIndex[mBootOptionBbsMapping[MappingIndex].BbsType & 0xF];
548 // Update the DeviceTypeIndex array to reflect the right shift operation
550 for (DeviceIndex = 0; DeviceIndex < sizeof (DeviceTypeIndex) / sizeof (DeviceTypeIndex[0]); DeviceIndex++) {
551 if (DeviceTypeIndex[DeviceInde
1643 UINTN DeviceTypeIndex; local
[all...]

Completed in 42 milliseconds