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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.h 125 extern UINT8 gShowType;
SmbiosView.c 22 UINT8 gShowType = SHOW_DETAIL;
120 gShowType = SHOW_ALL;
155 Status = SMBiosView (StructType, StructHandle, gShowType, RandomView);
195 Status = SMBios64View (StructType, StructHandle, gShowType, RandomView);
292 ShellPrintEx(-1,-1,GetShowTypeString (gShowType));
366 if (gShowType != SHOW_NONE) {
370 SmbiosPrintStructure (&SmbiosStruct, gShowType);
464 ShellPrintEx(-1,-1,GetShowTypeString (gShowType));
538 if (gShowType != SHOW_NONE) {
542 SmbiosPrintStructure (&SmbiosStruct, gShowType);
    [all...]

Completed in 613 milliseconds