Searched refs:NewAltCfg (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrUtilityLib.cpp | 2048 IN INT8 *NewAltCfg, in AltCfgItemPrintToBuffer() argument 2058 if (NewAltCfg != NULL) { in AltCfgItemPrintToBuffer() 2060 NewAltCfg, in AltCfgItemPrintToBuffer() 2065 NewAltCfg += Count; in AltCfgItemPrintToBuffer() 2069 Count = sprintf (NewAltCfg, "%x", Value.u8); in AltCfgItemPrintToBuffer() 2070 NewAltCfg += Count; in AltCfgItemPrintToBuffer() 2073 Count = sprintf (NewAltCfg, "%x", Value.u16); in AltCfgItemPrintToBuffer() 2074 NewAltCfg += Count; in AltCfgItemPrintToBuffer() 2077 Count = sprintf (NewAltCfg, "%x", Value.u32); in AltCfgItemPrintToBuffer() 2078 NewAltCfg += Count; in AltCfgItemPrintToBuffer() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.cpp | 2251 CHAR8 NewAltCfg[2 * 2 * sizeof (UINT16) + 1] = {0,}; in BufferVarStoreAltConfigAdd() local 2270 sprintf (NewAltCfg, "%04x", pNode->mDefaultId); in BufferVarStoreAltConfigAdd() 2272 …if ((Returnvalue = gCVfrBufferConfig.Write ('a', VarStoreName, VarStoreGuid, NewAltCfg, Type, Info… in BufferVarStoreAltConfigAdd()
|