Searched refs:VarId (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
D | FrameworkInternalFormRepresentation.h | 363 …UINT16 VarId; ///< The variable store ID, as referenced elsewhere … member 369 …UINT16 VarId; ///< The variable store ID, as referenced elsewhere … member 380 …UINT16 VarId; ///< The variable store ID, as referenced elsewh… member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiInternalFormRepresentation.h | 368 UINT16 VarId; // variable store ID, as referenced elsewhere in the form member 374 UINT16 VarId; // variable store ID, as referenced elsewhere in the form member 385 UINT16 VarId; // variable store ID, as referenced elsewhere in the form member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
D | IfrParse.c | 479 UINT16 VarId, 867 UINT16 VarId, in GetVarStoreInfo() argument 903 if (VarId == 0) { in GetVarStoreInfo() 913 if (VarStore->VarId == VarId) { in GetVarStoreInfo() 2391 …Status = GetVarStoreInfo (Context, Op->VarId, &Context->LastIfr->VarStoreGuid1, &Context->LastIfr… in IfrParse25() 2427 …Status = GetVarStoreInfo (Context, Op->VarId, &Context->LastIfr->VarStoreGuid1, &Context->LastIfr… in IfrParse26()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | OpcodeCreation.c | 949 if (Storage->VarStoreId == SelectVarOp->VarId) { in FwUpdateDataToUefiUpdateData() 958 FormSet->DefaultVarStoreId = SelectVarOp->VarId; in FwUpdateDataToUefiUpdateData() 959 if (SelectVarOp->VarId == DefaultVarStoreId) { in FwUpdateDataToUefiUpdateData()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 737 #token VarId("varid") "varid" 1422 VarId "=" vfrStructFieldNameArray[0] "," 1457 VarId "=" vfrStructFieldNameArray[0] "," 1494 VarId "=" vfrStructFieldName[2] "," 1555 IDY:Year VarId "=" << WriteOpByte (IDY->getLine(), EFI_IFR_DATE_OP); >> 1558 IDM:Month VarId "=" << WriteOpByte (IDM->getLine(), EFI_IFR_DATE_OP); >> 1561 IDD:Day VarId "=" << WriteOpByte (IDD->getLine(), EFI_IFR_DATE_OP); >> 1569 IDH:Hour VarId "=" << WriteOpByte (IDH->getLine(), EFI_IFR_TIME_OP); >> 1572 IDM:Minute VarId "=" << WriteOpByte (IDM->getLine(), EFI_IFR_TIME_OP); >> 1575 IDS:Second VarId "=" << WriteOpByte (IDS->getLine(), EFI_IFR_TIME_OP); >> [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrSyntax.g | 214 #token VarId("varid") "varid" 585 VarId "=" ID:Number "," << 725 { V:VarId "=" vfrStorageVarId[Info, VarIdStr] "," } 1403 Year VarId "=" D1:StringIdentifier "." D1Y:StringIdentifier "," 1409 Month VarId "=" D2:StringIdentifier "." D2M:StringIdentifier "," 1415 Day VarId "=" D3:StringIdentifier "." D3D:StringIdentifier "," 1725 Hour VarId "=" T1:StringIdentifier "." T1H:StringIdentifier "," 1731 Minute VarId "=" T2:StringIdentifier "." T2M:StringIdentifier "," 1737 Second VarId "=" T3:StringIdentifier "." T3S:StringIdentifier ","
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrSyntax.g | 216 #token VarId("varid") "varid" 880 VarId "=" ID:Number "," << 940 VarId "=" ID:Number "," << 1035 VarId "=" ID:Number "," << 1145 { V:VarId "=" vfrStorageVarId[Info, VarIdStr] "," } 2334 Year VarId "=" D1:StringIdentifier "." D1Y:StringIdentifier "," 2340 Month VarId "=" D2:StringIdentifier "." D2M:StringIdentifier "," 2346 Day VarId "=" D3:StringIdentifier "." D3D:StringIdentifier "," 2991 Hour VarId "=" T1:StringIdentifier "." T1H:StringIdentifier "," 2997 Minute VarId "=" T2:StringIdentifier "." T2M:StringIdentifier "," [all …]
|