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

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
37 EFI_STRING Manufacturer;
56 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
57 ManuStrLen = StrLen(Manufacturer);
98 SmbiosRecord->Manufacturer = 1;
119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 EFI_STRING Manufacturer;
63 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 ManuStrLen = StrLen(Manufacturer);
104 SmbiosRecord->Manufacturer = 1;
121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 2 BaseBoard manufacturer information boot time changes.
38 EFI_STRING Manufacturer;
59 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
60 ManuStrLen = StrLen(Manufacturer);
116 SmbiosRecord->Manufacturer = 1;
148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
37 EFI_STRING Manufacturer;
56 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
57 ManuStrLen = StrLen(Manufacturer);
98 SmbiosRecord->Manufacturer = 1;
119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 EFI_STRING Manufacturer;
63 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 ManuStrLen = StrLen(Manufacturer);
104 SmbiosRecord->Manufacturer = 1;
121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 2 BaseBoard manufacturer information boot time changes.
38 EFI_STRING Manufacturer;
59 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
60 ManuStrLen = StrLen(Manufacturer);
116 SmbiosRecord->Manufacturer = 1;
148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscChassisManufacturerFunction.c 30 Chassis manufacturer information boot time changes.
62 EFI_STRING Manufacturer;
86 Manufacturer = SmbiosMiscGetString (TokenToGet);
87 ManuStrLen = StrLen(Manufacturer);
130 SmbiosRecord->Manufacturer = 1;
154 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 21 BaseBoard manufacturer information boot time changes.
58 EFI_STRING Manufacturer;
88 Manufacturer = SmbiosMiscGetString (TokenToGet);
89 ManuStrLen = StrLen(Manufacturer);
188 SmbiosRecord->Manufacturer = 1;
224 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 65 EFI_STRING Manufacturer;
173 Manufacturer = SmbiosMiscGetString (TokenToGet);
174 ManuStrLen = StrLen(Manufacturer);
266 SmbiosRecord->Manufacturer = 1;
297 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscProcessorInformationFunction.c 159 CHAR16 *Manufacturer=NULL;
275 // Token to get for Processor Manufacturer
278 Manufacturer = SmbiosMiscGetString (TokenToGet);
279 ManufacturerStrLen = StrLen(Manufacturer);
441 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart + SocketStrLen + 1);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
42 CHAR16 Manufacturer[SMBIOS_STRING_MAX_LENGTH];
68 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisManufacturer), Manufacturer);
69 if (StrLen (Manufacturer) > 0) {
71 HiiSetString (mHiiHandle, TokenToUpdate, Manufacturer, NULL);
131 SmbiosRecord->Manufacturer = 1;
MiscBaseBoardManufacturerFunction.c 43 EFI_STRING Manufacturer;
67 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
68 ManuStrLen = StrLen(Manufacturer);
135 SmbiosRecord->Manufacturer = 1;
167 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 CHAR16 Manufacturer[SMBIOS_STRING_MAX_LENGTH];
74 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemManufacturer), Manufacturer);
75 if (StrLen (Manufacturer) > 0) {
77 HiiSetString (mHiiHandle, TokenToUpdate, Manufacturer, NULL);
160 SmbiosRecord->Manufacturer = 1;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
MiscSystemManufacturerFunction.c 49 EFI_STRING Manufacturer;
94 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
95 ManuStrLen = StrLen(Manufacturer);
145 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
164 if(Manufacturer != NULL)
166 FreePool(Manufacturer);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type03/
MiscChassisManufacturerFunction.c 65 EFI_STRING Manufacturer;
98 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
99 ManuStrLen = StrLen(Manufacturer);
156 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
173 if(Manufacturer != NULL)
175 FreePool(Manufacturer);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBootDescription.c 252 CHAR16 *Manufacturer;
279 &Manufacturer
282 Manufacturer = &NullChar;
305 if ((Manufacturer == &NullChar) &&
312 DescMaxSize = StrSize (Manufacturer) + StrSize (Product) + StrSize (SerialNumber);
315 StrCatS (Description, DescMaxSize/sizeof(CHAR16), Manufacturer);
323 if (Manufacturer != &NullChar) {
324 FreePool (Manufacturer);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 95 SMBIOS_TABLE_STRING Manufacturer;
107 SMBIOS_TABLE_STRING Manufacturer;
128 SMBIOS_TABLE_STRING Manufacturer;
328 SMBIOS_TABLE_STRING Manufacturer;
378 SMBIOS_TABLE_STRING Manufacturer;
554 SMBIOS_TABLE_STRING Manufacturer;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMisc.h 127 // Misc. System Manufacturer - SMBIOS Type 1
157 // Misc. Base Board Manufacturer - SMBIOS Type 2
668 STRING_REF Manufacturer;
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 612 cmsSignature manufacturer; // Device manufacturer member in struct:__anon35207
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h 312 SMBIOS_TABLE_STRING Manufacturer;
361 SMBIOS_TABLE_STRING Manufacturer;
456 SMBIOS_TABLE_STRING Manufacturer;
    [all...]
  /external/libmtp/src/
ptp.h     [all...]

Completed in 511 milliseconds