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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DFlashUpdate.c334 EFI_LBA PendingLba; local
388 PendingLba = 0;
406 &PendingLba,
468 if (Pending && (Lba == PendingLba)) {
478 if ((!Pending) || (Lba >= PendingLba)) {
829 EFI_LBA PendingLba; local
938 PendingLba = 0;
956 &PendingLba,
1035 if (Pending && (Lba == PendingLba)) {
1045 if ((!Pending) || (Lba >= PendingLba)) {
[all...]

Completed in 64 milliseconds