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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c206 SMBIOS_STRUCTURE_POINTER SmbiosStruct; local
278 SmbiosStruct.Raw = Buffer;
285 if (QueryType != STRUCTURE_TYPE_RANDOM && SmbiosStruct.Hdr->Type != QueryType) {
293 SmbiosStruct.Hdr->Type,
294 SmbiosStruct.Hdr->Handle
321 SmbiosCheckStructure (&SmbiosStruct);
326 SmbiosPrintStructure (&SmbiosStruct, gShowType);
372 SMBIOS_STRUCTURE_POINTER SmbiosStruct; local
424 SmbiosStruct.Raw = Buffer;
431 StatisticsPointer->Type = SmbiosStruct
[all...]

Completed in 164 milliseconds