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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c192 This function print the content of the structure pointed by Struct.
194 @param[in] Struct Point to the structure to be printed.
203 IN SMBIOS_STRUCTURE_POINTER *Struct,
210 Buffer = (UINT8 *) (UINTN) (Struct->Raw);
212 if (Struct == NULL) {
222 DisplayStructureTypeInfo (Struct->Hdr->Type, SHOW_DETAIL);
223 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_FORMAT_PART_LEN), gShellDebug1HiiHandle, Struct->Hdr->Length);
224 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_STRUCT_HANDLE), gShellDebug1HiiHandle, Struct->Hdr->Handle);
230 switch (Struct->Hdr->Type) {
235 PRINT_PENDING_STRING (Struct, Type
202 SmbiosPrintStructure( IN SMBIOS_STRUCTURE_POINTER *Struct, IN UINT8 Option ) argument
[all...]

Completed in 32 milliseconds