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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
LibSmbiosView.h 20 #define DMI_SUCCESS 0x00
123 @retval DMI_SUCCESS Handle is updated with next structure handle or
146 @retval DMI_SUCCESS Handle is updated with next structure handle or
LibSmbiosView.c 240 @retval DMI_SUCCESS Handle is updated with next structure handle or
290 return DMI_SUCCESS;
312 @retval DMI_SUCCESS Handle is updated with next structure handle or
363 return DMI_SUCCESS;
SmbiosView.c 323 if (LibGetSmbiosStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) {
495 if (LibGetSmbios64BitStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) {
641 if (LibGetSmbiosStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) {
786 if (LibGetSmbios64BitStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) {

Completed in 1280 milliseconds