Searched refs:mFsInfo (Results 1 – 1 of 1) sorted by relevance
83 EFI_FILE_SYSTEM_INFO **mFsInfo = NULL; variable171 if (&mFsInfo[0] != NULL) { in EblUpdateDeviceLists()174 if (mFsInfo[Index] != NULL) { in EblUpdateDeviceLists()175 FreePool (mFsInfo[Index]); in EblUpdateDeviceLists()178 FreePool (mFsInfo); in EblUpdateDeviceLists()184 mFsInfo = AllocateZeroPool (mFsCount * sizeof (EFI_FILE_SYSTEM_INFO *)); in EblUpdateDeviceLists()185 if (mFsInfo == NULL) { in EblUpdateDeviceLists()197 Status = Root->GetInfo (Root, &gEfiFileSystemInfoGuid, &Size, mFsInfo[Index]); in EblUpdateDeviceLists()199 mFsInfo[Index] = AllocatePool (Size); in EblUpdateDeviceLists()200 Status = Root->GetInfo (Root, &gEfiFileSystemInfoGuid, &Size, mFsInfo[Index]); in EblUpdateDeviceLists()[all …]