Home
last modified time | relevance | path

Searched refs:UnicodeStrToAsciiStr (Results 1 – 25 of 84) sorted by relevance

1234

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBaseBoardManufacturerFunction.c148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
149 UnicodeStrToAsciiStr(Product, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
150 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
151UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
152UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
153UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
DMiscSystemManufacturerFunction.c121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
122 UnicodeStrToAsciiStr(ProductName, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
123 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
124UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscChassisManufacturerFunction.c119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
120 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
121 UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
122UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1 + SerialNumStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscBiosVendorFunction.c186 UnicodeStrToAsciiStr(Char16String, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
DMiscPortInternalConnectorDesignatorFunction.c158 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
159 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBaseBoardManufacturerFunction.c148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
149 UnicodeStrToAsciiStr(Product, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
150 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
151UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
152UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
153UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
DMiscSystemManufacturerFunction.c121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
122 UnicodeStrToAsciiStr(ProductName, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
123 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
124UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscChassisManufacturerFunction.c119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
120 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
121 UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
122UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1 + SerialNumStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscBiosVendorFunction.c186 UnicodeStrToAsciiStr(Char16String, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
DMiscPortInternalConnectorDesignatorFunction.c158 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
159 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBaseBoardManufacturerFunction.c167 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
168 UnicodeStrToAsciiStr(Product, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
169 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
170UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
171UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
172UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
DMiscSystemManufacturerFunction.c185 UnicodeStrToAsciiStr(ManufacturerPtr, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
186 UnicodeStrToAsciiStr(ProductNamePtr, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
187 UnicodeStrToAsciiStr(VersionPtr, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
188UnicodeStrToAsciiStr(SerialNumberPtr, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerSt… in MISC_SMBIOS_TABLE_FUNCTION()
189UnicodeStrToAsciiStr(SKUNumberPtr, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
190UnicodeStrToAsciiStr(FamilyPtr, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLen +… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscChassisManufacturerFunction.c156 UnicodeStrToAsciiStr(ManufacturerPtr, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
157 UnicodeStrToAsciiStr(VersionPtr, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
158 UnicodeStrToAsciiStr(SerialNumberPtr, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
159UnicodeStrToAsciiStr(AssertTagPtr, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1 + SerialNumSt… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscBiosVendorFunction.c212 UnicodeStrToAsciiStr(VendorPtr, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
213 UnicodeStrToAsciiStr(VersionPtr, OptionalStrStart + VendorStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
214 UnicodeStrToAsciiStr(ReleaseDatePtr, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscBaseBoardManufacturerFunction.c224 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
225 UnicodeStrToAsciiStr(Product, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
226 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
227UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
228UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
229UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
DMiscOemType0x94Function.c1124 UnicodeStrToAsciiStr(GOPVer, OptionalStrStart); in AddSmbiosT0x94Callback()
1127 UnicodeStrToAsciiStr(SECVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1130 UnicodeStrToAsciiStr(MrcVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1133 UnicodeStrToAsciiStr(uCodeVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1136 UnicodeStrToAsciiStr(PunitVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1139 UnicodeStrToAsciiStr(PmcVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1142 UnicodeStrToAsciiStr(UlpmcVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1146 UnicodeStrToAsciiStr(SocVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1149 UnicodeStrToAsciiStr(BoardVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
1152 UnicodeStrToAsciiStr(FabVer, OptionalStrStart + StrIdx); in AddSmbiosT0x94Callback()
[all …]
DMiscMemoryDeviceFunction.c313 UnicodeStrToAsciiStr(MemDevice, OptionalStrStart);
314 UnicodeStrToAsciiStr(MemBankLocator, OptionalStrStart + MemDeviceStrLen + 1);
315UnicodeStrToAsciiStr(MemManufacturer, OptionalStrStart + MemDeviceStrLen + 1 + MemBankLocatorStrLe…
316UnicodeStrToAsciiStr(MemSerialNumber, OptionalStrStart + MemDeviceStrLen + 1 + MemBankLocatorStrLe…
317UnicodeStrToAsciiStr(MemAssetTag, OptionalStrStart + MemDeviceStrLen + 1 + MemBankLocatorStrLen + …
318UnicodeStrToAsciiStr(MemPartNumber, OptionalStrStart + MemDeviceStrLen + 1 + MemBankLocatorStrLen …
DMiscChassisManufacturerFunction.c154 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
155 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
156 UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
157UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + VerStrLen + 1 + SerialNumStrLe… in MISC_SMBIOS_TABLE_FUNCTION()
DMiscProcessorInformationFunction.c442 UnicodeStrToAsciiStr(Socket, OptionalStrStart);
443 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart + SocketStrLen + 1);
444 UnicodeStrToAsciiStr(Version, OptionalStrStart + SocketStrLen + 1 + ManufacturerStrLen+ 1);
445UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + SocketStrLen + 1 + VersionStrLen + 1 + Manuf…
446UnicodeStrToAsciiStr(AssetTag, OptionalStrStart + SerialNumberStrLen + 1 + VersionStrLen + 1 + Man…
447UnicodeStrToAsciiStr(PartNumber, OptionalStrStart + SerialNumberStrLen + 1 + VersionStrLen + 1 + M…
DMiscSystemManufacturerFunction.c297 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart); in AddSmbiosManuCallback()
298 UnicodeStrToAsciiStr(ProductName, OptionalStrStart + ManuStrLen + 1); in AddSmbiosManuCallback()
299 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1); in AddSmbiosManuCallback()
300UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLe… in AddSmbiosManuCallback()
302UnicodeStrToAsciiStr(SkuNumber, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLen … in AddSmbiosManuCallback()
303UnicodeStrToAsciiStr(FamilyName, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1 + VerStrLen … in AddSmbiosManuCallback()
DMiscPortInternalConnectorDesignatorFunction.c151 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
152 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
DMiscOemType0x90Function.c387 UnicodeStrToAsciiStr(SECVer, OptionalStrStart); in AddSmbiosT0x90Callback()
388 UnicodeStrToAsciiStr(uCodeVer, OptionalStrStart + SECVerStrLen + 1); in AddSmbiosT0x90Callback()
389 UnicodeStrToAsciiStr(GOPVer, OptionalStrStart + SECVerStrLen + 1 + uCodeVerStrLen + 1); in AddSmbiosT0x90Callback()
390UnicodeStrToAsciiStr(Stepping, OptionalStrStart + SECVerStrLen + 1 + uCodeVerStrLen + 1 + GOPStrLe… in AddSmbiosT0x90Callback()
DMiscBiosVendorFunction.c333 UnicodeStrToAsciiStr(Char16String, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
334 UnicodeStrToAsciiStr(BIOSVersionTemp, OptionalStrStart + VendorStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
335 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c326 UnicodeStrToAsciiStr(DevLocStr, OptionalStrStart); in MemorySubClassEntryPoint()
388 UnicodeStrToAsciiStr(DevLocStr, OptionalStrStart); in MemorySubClassEntryPoint()
389 UnicodeStrToAsciiStr(BankLocStr, OptionalStrStart + DevLocStrLen + 1); in MemorySubClassEntryPoint()
390 UnicodeStrToAsciiStr(ManuStr, OptionalStrStart + DevLocStrLen + 1 + BankLocStrLen + 1); in MemorySubClassEntryPoint()
391UnicodeStrToAsciiStr(SerialNumStr, OptionalStrStart + DevLocStrLen + 1 + BankLocStrLen + 1 + ManuS… in MemorySubClassEntryPoint()
392UnicodeStrToAsciiStr(AssertTagStr, OptionalStrStart + DevLocStrLen + 1 + BankLocStrLen + 1 + ManuS… in MemorySubClassEntryPoint()
393UnicodeStrToAsciiStr(PartNumStr, OptionalStrStart + DevLocStrLen + 1 + BankLocStrLen + 1 + ManuStr… in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Drealpath.c52 UnicodeStrToAsciiStr(Temp, resolved_name); in realpath()

1234