HomeSort by relevance Sort by last modified time
    Searched defs:SlotDesignation (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscSystemSlotDesignationFunction.c 33 EFI_STRING SlotDesignation;
49 switch (ForType9InputData->SlotDesignation) {
57 SlotDesignation = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
58 SlotDesignationStrLen = StrLen(SlotDesignation);
72 SmbiosRecord->SlotDesignation = 1;
84 UnicodeStrToAsciiStr(SlotDesignation, OptionalStrStart);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscSystemSlotDesignationFunction.c 33 EFI_STRING SlotDesignation;
49 switch (ForType9InputData->SlotDesignation) {
57 SlotDesignation = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
58 SlotDesignationStrLen = StrLen(SlotDesignation);
72 SmbiosRecord->SlotDesignation = 1;
84 UnicodeStrToAsciiStr(SlotDesignation, OptionalStrStart);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSystemSlotDesignationFunction.c 53 EFI_STRING SlotDesignation;
69 switch (ForType9InputData->SlotDesignation) {
101 SlotDesignation = SmbiosMiscGetString (TokenToGet);
102 SlotDesignationStrLen = StrLen(SlotDesignation);
116 SmbiosRecord->SlotDesignation = 1;
128 UnicodeStrToAsciiStr(SlotDesignation, OptionalStrStart);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type09/
MiscSystemSlotDesignationFunction.c 33 CHAR16 *SlotDesignation;
36 SlotDesignation = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
37 if (NULL == SlotDesignation)
44 UnicodeSPrint(SlotDesignation, SMBIOS_STRING_MAX_LENGTH - 1, L"PCIE0");
48 UnicodeSPrint(SlotDesignation, SMBIOS_STRING_MAX_LENGTH - 1, L"PCIE1");
52 UnicodeSPrint(SlotDesignation, SMBIOS_STRING_MAX_LENGTH - 1, L"PCIE2");
56 UnicodeSPrint(SlotDesignation, SMBIOS_STRING_MAX_LENGTH - 1, L"PCIE3");
59 DesignationStrLen = StrLen (SlotDesignation);
64 HiiSetString (mHiiHandle, TokenToUpdate, SlotDesignation, NULL);
67 FreePool (SlotDesignation);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscSystemSlotDesignationFunction.c 78 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot1Designation), SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotDesignation);
86 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot2Designation), SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotDesignation);
94 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot3Designation), SMBIOSlotConfig.SMBIOSSystemSlot[2].SlotDesignation);
102 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot4Designation), SMBIOSlotConfig.SMBIOSSystemSlot[3].SlotDesignation);
110 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot5Designation), SMBIOSlotConfig.SMBIOSSystemSlot[4].SlotDesignation);
118 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot6Designation), SMBIOSlotConfig.SMBIOSSystemSlot[5].SlotDesignation);
126 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot7Designation), SMBIOSlotConfig.SMBIOSSystemSlot[6].SlotDesignation);
134 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot8Designation), SMBIOSlotConfig.SMBIOSSystemSlot[7].SlotDesignation);
142 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot9Designation), SMBIOSlotConfig.SMBIOSSystemSlot[8].SlotDesignation);
150 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot10Designation), SMBIOSlotConfig.SMBIOSSystemSlot[9].SlotDesignation);
    [all...]
SmbiosMisc.h 47 CHAR16 SlotDesignation[SMBIOS_STRING_MAX_LENGTH];
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
AddSmbiosType9.c 107 CHAR16 *SlotDesignation = NULL;
145 SlotDesignation = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
146 if (NULL == SlotDesignation)
154 SlotDesignationStrLen = UnicodeSPrint (SlotDesignation, SMBIOS_STRING_MAX_LENGTH - 1, L"PCIE Slot%d", Type9Record->SlotID);
173 UnicodeStrToAsciiStr(SlotDesignation, OptionalStrStart);
187 FreePool(SlotDesignation);
198 if(SlotDesignation != NULL)
200 FreePool(SlotDesignation);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 229 SMBIOS_TABLE_STRING SlotDesignation;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMisc.h 488 STRING_REF SlotDesignation;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]

Completed in 289 milliseconds