Home
last modified time | relevance | path

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

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/sysutils/edk2/edk2-edk2-stable202102/FatPkg/EnhancedFatDxe/
H A DInit.c204 UINTN RootLba; in FatOpenDevice() local
306 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
307 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
313 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
/dports/sysutils/edk2/edk2-edk2-stable202102/FatPkg/FatPei/
H A DFatLiteAccess.c45 UINT64 RootLba; in FatGetBpbInfo() local
145 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
146 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
150 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()