Lines Matching refs:pStruct
8949 #define PrintBitField(pStruct, type, element, size) \
8956 DumpHex (0, 0, size, &(pStruct->type->element)); \
8959 #define PrintSmbiosBitField(pStruct, startaddress, element, size) \
9043 DisplayStructureTypeInfo (pStruct->Hdr->Type, SHOW_DETAIL);
9044 - PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_FORMAT_PART_LEN), HiiHandle, pStruct->Hdr->Le…
9045 - PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_STRUCT_HANDLE), HiiHandle, pStruct->Hdr->Hand…
9046 + PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_FORMAT_PART_LEN), gSmbiosHiiHandle, pStruct->…
9047 + PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_STRUCT_HANDLE), gSmbiosHiiHandle, pStruct->Hd…
9052 PrintPendingString (pStruct, Type0, BiosVersion);
9053 PrintStructValue (pStruct, Type0, BiosSegment);
9054 PrintPendingString (pStruct, Type0, BiosReleaseDate);
9055 - PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE), HiiHandle, 64 * (pStruct->Type0…
9056 + PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE), gSmbiosHiiHandle, 64 * (pStruct…
9059 PrintStructValueH (pStruct, Type0, BiosCharacteristics);
9061 PrintPendingString (pStruct, Type3, Version);
9062 PrintPendingString (pStruct, Type3, SerialNumber);
9063 PrintPendingString (pStruct, Type3, AssetTag);
9066 DisplaySystemEnclosureStatus (pStruct->Type3->BootupState, Option);
9069 DisplaySystemEnclosureStatus (pStruct->Type3->PowerSupplyState, Option);
9072 DisplaySystemEnclosureStatus (pStruct->Type3->ThermalState, Option);
9075 DisplaySESecurityStatus (pStruct->Type3->SecurityStatus, Option);
9076 PrintBitField (pStruct, Type3, OemDefined, 4);
9080 DisplayMcErrorDetectMethod (pStruct->Type5->ErrDetectMethod, Option);
9081 DisplayMcErrorCorrectCapability (pStruct->Type5->ErrCorrectCapability, Option);
9084 DisplayMcInterleaveSupport (pStruct->Type5->SupportInterleave, Option);
9087 DisplayMcInterleaveSupport (pStruct->Type5->CurrentInterleave, Option);
9088 DisplayMaxMemoryModuleSize (pStruct->Type5->MaxMemoryModuleSize, SlotNum, Option);
9089 DisplayMcMemorySpeeds (pStruct->Type5->SupportSpeed, Option);
9091 DisplayMmBankConnections (pStruct->Type6->BankConnections, Option);
9092 PrintStructValue (pStruct, Type6, CurrentSpeed);
9093 DisplayMmMemoryType (pStruct->Type6->CurrentMemoryType, Option);
9096 DisplayMmMemorySize (pStruct->Type6->InstalledSize, Option);
9099 DisplayMmMemorySize (pStruct->Type6->EnabledSize, Option);
9100 DisplayMmErrorStatus (pStruct->Type6->ErrorStatus, Option);
9104 DisplayPortConnectorType (pStruct->Type8->InternalConnectorType, Option);
9105 PrintPendingString (pStruct, Type8, ExternalReferenceDesignator);
9108 DisplayPortConnectorType (pStruct->Type8->ExternalConnectorType, Option);
9109 DisplayPortType (pStruct->Type8->PortType, Option);
9112 NumOfDevice = (pStruct->Type10->Hdr.Length - sizeof (SMBIOS_HEADER)) / (2 * sizeof (UINT8));
9114 DisplayOnboardDeviceTypes (pStruct->Type10->Device[Index].DeviceType, Option);
9117 APrint (LibGetSmbiosString (pStruct, pStruct->Type10->Device[Index].DescriptionString));
9135 pStruct->Type15->AccessMethod
9148 Count = pStruct->Type37->MemoryDeviceCount;
9149 Ptr = pStruct->Type37->MemoryDevice;
9170 PrintSmbiosString (pStruct, Entries->EntryString, String);
9171 PrintSmbiosBitField (pStruct, Entries->Value, Value, EntryLength - 5);
11168 pStruct.Hdr->Type,
11169 pStruct.Hdr->Handle