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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c2817 UINTN BarCount; local
2827 BarCount = sizeof (Device->Bar) / sizeof (Device->Bar[0]);
2828 for (Index = 0; Index < BarCount; Index++) {
2965 UINTN BarCount; local
2977 BarCount = sizeof (Bridge->Bar) / sizeof (Bridge->Bar[0]);
2979 for (Index = 0; Index < BarCount; Index++) {

Completed in 49 milliseconds