Home
last modified time | relevance | path

Searched refs:DMI_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DLibSmbiosView.h20 #define DMI_SUCCESS 0x00 macro
DLibSmbiosView.c290 return DMI_SUCCESS; in LibGetSmbiosStructure()
363 return DMI_SUCCESS; in LibGetSmbios64BitStructure()
DSmbiosView.c323 if (LibGetSmbiosStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) { in SMBiosView()
495 if (LibGetSmbios64BitStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) { in SMBios64View()
641 if (LibGetSmbiosStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) { in InitSmbiosTableStatistics()
786 if (LibGetSmbios64BitStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) { in InitSmbios64BitTableStatistics()