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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1481 @param[out] IsEnd Meet end of the serial of descriptors.
1490 OUT BOOLEAN *IsEnd
2053 BOOLEAN IsEnd; local
2192 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd);
2200 if (IsEnd) {
2471 BOOLEAN IsEnd; local
2495 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd);
2500 if (IsEnd) {
2571 @param[out] IsEnd Meet end of the serial of descriptors.
2580 OUT BOOLEAN *IsEnd
[all...]

Completed in 64 milliseconds