Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscPortInternalConnectorDesignatorFunction.c80 EFI_STRING InternalRef; in MISC_SMBIOS_TABLE_FUNCTION()
119 InternalRef = SmbiosMiscGetString (TokenForInternal); in MISC_SMBIOS_TABLE_FUNCTION()
120 InternalRefStrLen = StrLen(InternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
151 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscPortInternalConnectorDesignatorFunction.c73 EFI_STRING InternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
127 InternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForInternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
128 InternalRefStrLen = StrLen(InternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
158 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscPortInternalConnectorDesignatorFunction.c73 EFI_STRING InternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
127 InternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForInternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
128 InternalRefStrLen = StrLen(InternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
158 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscPortInternalConnectorDesignatorFunction.c190 EFI_STRING InternalRef; in MISC_SMBIOS_TABLE_FUNCTION() local
237 InternalRef = SMBIOSPortConnector.SMBIOSPortConnector[Index].PortInternalConnectorDesignator; in MISC_SMBIOS_TABLE_FUNCTION()
238 if (StrLen (InternalRef) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
240 HiiSetString (mHiiHandle, TokenToUpdate, InternalRef, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
253 InternalRef = HiiGetPackageString(&gEfiCallerIdGuid, TokenForInternal, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
254 InternalRefStrLen = StrLen(InternalRef); in MISC_SMBIOS_TABLE_FUNCTION()
283 UnicodeStrToAsciiStr(InternalRef, OptionalStrStart); in MISC_SMBIOS_TABLE_FUNCTION()