Lines Matching defs:Lba

395   Read BufferSize bytes from Lba into Buffer.
399 @param Lba The starting Logical Block Address to read from
418 IN EFI_LBA Lba,
448 if (Lba > Media->LastBlock) {
452 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
485 AddressPacket->Lba = (UINT64) Lba;
535 Lba += NumberOfBlocks;
542 Write BufferSize bytes from Lba into Buffer.
546 @param Lba The starting logical block address to be written. The caller is
566 IN EFI_LBA Lba,
596 if (Lba > Media->LastBlock) {
600 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
633 AddressPacket->Lba = (UINT64) Lba;
691 Lba += NumberOfBlocks;
778 Read BufferSize bytes from Lba into Buffer.
782 @param Lba The starting Logical Block Address to read from
801 IN EFI_LBA Lba,
831 if (Lba > Media->LastBlock) {
835 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
874 AddressPacket->Lba = (UINT64) Lba;
885 BiosBlockIoDev->Bios.Number, CarryFlag, Regs.H.AH, Lba, NumberOfBlocks
923 Lba += NumberOfBlocks;
930 Write BufferSize bytes from Lba into Buffer.
934 @param Lba The starting logical block address to be written. The caller is
954 IN EFI_LBA Lba,
984 if (Lba > Media->LastBlock) {
988 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
1027 AddressPacket->Lba = (UINT64) Lba;
1045 BiosBlockIoDev->Bios.Number, CarryFlag, Regs.H.AH, Lba, NumberOfBlocks
1085 Lba += NumberOfBlocks;
1092 Read BufferSize bytes from Lba into Buffer.
1096 @param Lba The starting Logical Block Address to read from
1115 IN EFI_LBA Lba,
1147 if (Lba > Media->LastBlock) {
1151 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
1168 ShortLba = (UINTN) Lba;
1293 Write BufferSize bytes from Lba into Buffer.
1297 @param Lba The starting logical block address to be written. The caller is
1317 IN EFI_LBA Lba,
1349 if (Lba > Media->LastBlock) {
1353 if ((Lba + (BufferSize / BlockSize) - 1) > Media->LastBlock) {
1370 ShortLba = (UINTN) Lba;