Searched refs:StructHandle (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | SmbiosView.c | 54 UINT16 StructHandle; in ShellCommandRunSmbiosView() local 127 StructHandle = INVALID_HANDLE; in ShellCommandRunSmbiosView() 128 LibGetSmbiosStructure (&StructHandle, NULL, NULL); in ShellCommandRunSmbiosView() 133 StructHandle = (UINT16) ShellStrToUintn(Temp); in ShellCommandRunSmbiosView() 155 Status = SMBiosView (StructType, StructHandle, gShowType, RandomView); in ShellCommandRunSmbiosView() 175 StructHandle = INVALID_HANDLE; in ShellCommandRunSmbiosView() 176 LibGetSmbios64BitStructure (&StructHandle, NULL, NULL); in ShellCommandRunSmbiosView() 181 StructHandle = (UINT16) ShellStrToUintn(Temp); in ShellCommandRunSmbiosView() 195 Status = SMBios64View (StructType, StructHandle, gShowType, RandomView); in ShellCommandRunSmbiosView()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 11118 StructHandle = (UINT16) (StrToUIntegerBase (Item->VarStr, 16, &Status));
|