HomeSort by relevance Sort by last modified time
    Searched refs:ClusterCount (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 165 Volume->FatInfoSector.FreeInfo.ClusterCount += 1;
170 if (Volume->FatInfoSector.FreeInfo.ClusterCount != 0) {
171 Volume->FatInfoSector.FreeInfo.ClusterCount -= 1;
294 if (Volume->FreeInfoValid && 0 < (INT32) (Volume->FatInfoSector.FreeInfo.ClusterCount)) {
444 UINTN ClusterCount;
467 ClusterCount = 0;
480 ClusterCount++;
485 if (ClusterCount != CurSize) {
720 Volume->FatInfoSector.FreeInfo.ClusterCount = 0;
727 Volume->FatInfoSector.FreeInfo.ClusterCount += 1;
    [all...]
FatFileSystem.h 154 UINT32 ClusterCount;
Init.c 372 Volume->FatInfoSector.FreeInfo.ClusterCount <= Volume->MaxCluster
Info.c 154 Volume->FatInfoSector.FreeInfo.ClusterCount,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c 402 UINT32 ClusterCount, CoresInCluster;
682 ClusterCount = NumberOfClustersInTable (ArmCoreInfoTable,
684 while (ClusterCount--) {
686 AsciiSPrint (Name, sizeof(Name), "cluster%d", ClusterCount);
719 if (ClusterCount) {

Completed in 182 milliseconds