Home
last modified time | relevance | path

Searched refs:ExternalRef (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscPortInternalConnectorDesignatorFunction.c81 EFI_STRING ExternalRef; in MISC_SMBIOS_TABLE_FUNCTION()
125 ExternalRef = SmbiosMiscGetString (TokenForExternal); in MISC_SMBIOS_TABLE_FUNCTION()
126 ExternalRefStrLen = StrLen(ExternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
152 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscPortInternalConnectorDesignatorFunction.c74 EFI_STRING ExternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
133 ExternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForExternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
134 ExternalRefStrLen = StrLen(ExternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
159 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscPortInternalConnectorDesignatorFunction.c74 EFI_STRING ExternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
133 ExternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForExternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
134 ExternalRefStrLen = StrLen(ExternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
159 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscPortInternalConnectorDesignatorFunction.c191 EFI_STRING ExternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
242 ExternalRef = SMBIOSPortConnector.SMBIOSPortConnector[Index].PortExternalConnectorDesignator; in MISC_SMBIOS_TABLE_FUNCTION()
243 if (StrLen (ExternalRef) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
245 HiiSetString (mHiiHandle, TokenToUpdate, ExternalRef, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
259 ExternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForExternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
260 ExternalRefStrLen = StrLen(ExternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
284 UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart + InternalRefStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()