Home
last modified time | relevance | path

Searched refs:AltCfgId (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
DHiiConfigRouting.h260 IN CONST UINT16 *AltCfgId,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiConfigRouting.h397 IN CONST UINT16 *AltCfgId,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c922 UINT16 AltCfgId; in ConstructConfigAltResp() local
1011 AltCfgId = (UINT16) VA_ARG (Args, UINT16); in ConstructConfigAltResp()
1024 BufToHexString (StringPtr + 8, &StrBufferLen, (UINT8 *) &AltCfgId, sizeof (UINT16)); in ConstructConfigAltResp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DHiiDatabase.h2119 IN CONST UINT16 *AltCfgId,
DConfigRouting.c5754 IN CONST UINT16 *AltCfgId, in HiiGetAltCfg() argument
5804 if (AltCfgId != NULL) { in HiiGetAltCfg()
5805 GenerateSubStr (L"ALTCFG=", sizeof (UINT16), (VOID *) AltCfgId, 3, &AltIdStr); in HiiGetAltCfg()
5893 if (AltCfgId == NULL) { in HiiGetAltCfg()