Home
last modified time | relevance | path

Searched refs:FatLba (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/sysutils/edk2/edk2-edk2-stable202102/FatPkg/EnhancedFatDxe/
H A DInit.c203 UINTN FatLba; in FatOpenDevice() local
305 FatLba = FatBs.FatBsb.ReservedSectors; in FatOpenDevice()
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
309 Volume->FatPos = FatLba * BlockSize; in FatOpenDevice()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/edk2/edk2-edk2-stable202102/FatPkg/FatPei/
H A DFatLiteAccess.c44 UINT64 FatLba; in FatGetBpbInfo() local
144 FatLba = Bpb.ReservedSectors; in FatGetBpbInfo()
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
149 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()