Searched defs:StructHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c49 UINT16 StructHandle; local
112 // Initialize the StructHandle to be the first handle
114 StructHandle = STRUCTURE_HANDLE_INVALID;
115 LibGetSmbiosStructure (&StructHandle, NULL, NULL);
125 StructHandle = (UINT16) ShellStrToUintn(Temp);
142 Status = SMBiosView (StructType, StructHandle, gShowType, RandomView);

Completed in 33 milliseconds