Searched refs:gShowType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.h89 extern UINT8 gShowType;
H A DSmbiosView.c21 UINT8 gShowType = SHOW_DETAIL; variable
137 gShowType = SHOW_ALL;
142 Status = SMBiosView (StructType, StructHandle, gShowType, RandomView);
241 ShellPrintEx(-1,-1,GetShowTypeString (gShowType));
317 if (gShowType != SHOW_NONE) {
326 SmbiosPrintStructure (&SmbiosStruct, gShowType);

Completed in 64 milliseconds