HomeSort by relevance Sort by last modified time
    Searched refs:SMBIOS_TABLE_TYPE8 (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/
SmbiosTable.c 182 SMBIOS_TABLE_TYPE8 gSmbiosType8Template1 = {
183 { EFI_SMBIOS_TYPE_PORT_CONNECTOR_INFORMATION, sizeof (SMBIOS_TABLE_TYPE8), 0 },
195 SMBIOS_TABLE_TYPE8 gSmbiosType8Template2 = {
196 { EFI_SMBIOS_TYPE_PORT_CONNECTOR_INFORMATION, sizeof (SMBIOS_TABLE_TYPE8), 0 },
209 SMBIOS_TABLE_TYPE8 gSmbiosType8Template3 = {
210 { EFI_SMBIOS_TYPE_PORT_CONNECTOR_INFORMATION, sizeof (SMBIOS_TABLE_TYPE8), 0 },
222 SMBIOS_TABLE_TYPE8 gSmbiosType8Template4 = {
223 { EFI_SMBIOS_TYPE_PORT_CONNECTOR_INFORMATION, sizeof (SMBIOS_TABLE_TYPE8), 0 },
235 SMBIOS_TABLE_TYPE8 gSmbiosType8Template5 = {
236 { EFI_SMBIOS_TYPE_PORT_CONNECTOR_INFORMATION, sizeof (SMBIOS_TABLE_TYPE8), 0 },
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c 78 SMBIOS_TABLE_TYPE8 *SmbiosRecord;
142 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
143 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
146 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE8);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c 78 SMBIOS_TABLE_TYPE8 *SmbiosRecord;
142 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
143 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
146 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE8);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c 85 SMBIOS_TABLE_TYPE8 *SmbiosRecord;
134 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
135 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
138 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE8);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c 199 SMBIOS_TABLE_TYPE8 *SmbiosRecord;
267 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
268 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) + InternalRefStrLen + 1 + ExternalRefStrLen + 1 + 1);
271 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE8);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 225 } SMBIOS_TABLE_TYPE8;
611 SMBIOS_TABLE_TYPE8 *Type8;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MiscConv.c 620 OFFSET_OF (SMBIOS_TABLE_TYPE8, InternalReferenceDesignator),
628 *(UINT8 *) ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE8, InternalConnectorType)) = (UINT8) Picd->PortInternalConnectorType;
635 OFFSET_OF (SMBIOS_TABLE_TYPE8, ExternalReferenceDesignator),
643 *(UINT8 *) ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE8, ExternalConnectorType)) = (UINT8) Picd->PortExternalConnectorType;
648 *(UINT8 *) ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE8, PortType)) = (UINT8) Picd->PortType;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]

Completed in 252 milliseconds