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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.h 127 extern UINTN mSmbios64BitTableLength;
SmbiosView.c 30 UINTN mSmbios64BitTableLength;
756 Status = CalculateSmbios64BitStructureCountAndLength (SMBiosTable, &mNumberOfSmbios64BitStructures, &mSmbios64BitTableLength);
757 if ((EFI_ERROR (Status)) || (mSmbios64BitTableLength > SMBiosTable->TableMaximumSize)) {
LibSmbiosView.c 342 SmbiosEnd.Raw = Smbios.Raw + mSmbios64BitTableLength;

Completed in 7646 milliseconds