Searched refs:gShowType (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | SmbiosView.c | 22 UINT8 gShowType = SHOW_DETAIL; variable 120 gShowType = SHOW_ALL; in ShellCommandRunSmbiosView() 155 Status = SMBiosView (StructType, StructHandle, gShowType, RandomView); in ShellCommandRunSmbiosView() 195 Status = SMBios64View (StructType, StructHandle, gShowType, RandomView); in ShellCommandRunSmbiosView() 292 ShellPrintEx(-1,-1,GetShowTypeString (gShowType)); in SMBiosView() 366 if (gShowType != SHOW_NONE) { in SMBiosView() 370 SmbiosPrintStructure (&SmbiosStruct, gShowType); in SMBiosView() 464 ShellPrintEx(-1,-1,GetShowTypeString (gShowType)); in SMBios64View() 538 if (gShowType != SHOW_NONE) { in SMBios64View() 542 SmbiosPrintStructure (&SmbiosStruct, gShowType); in SMBios64View()
|
D | SmbiosView.h | 125 extern UINT8 gShowType;
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 11159 Print (GetShowTypeString (gShowType)); 11192 gShowType = (UINT8) (InputStr[Index] - (CHAR16) (L'0'));
|
D | ShellR64.patch | 3153 extern UINT8 gShowType;
|