Home | History | Annotate | Download | only in FwVolDxe

Lines Matching defs:Lba

588   @param Lba             LBA number for the current offset.

598 OUT EFI_LBA *Lba,
607 *Lba = 0;
617 (*Lba)++;
629 (*Lba)--;
647 Writes data beginning at Lba:Offset from FV. The write terminates either
672 EFI_LBA Lba;
680 RemainingLength = CalculateRemainingLength (FvDevice, Offset, &Lba, &LOffset);
707 Lba,
717 Lba++;