Home
last modified time | relevance | path

Searched refs:MonthVarId (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp2455 IN INT8 *MonthVarId, in RegisterOldDateQuestion() argument
2463 if ((YearVarId == NULL) || (MonthVarId == NULL) || (DayVarId == NULL)) { in RegisterOldDateQuestion()
2470 if ((pNode[1] = new SVfrQuestionNode (NULL, MonthVarId, DATE_MONTH_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2495 gCFormPkg.DoPendingAssign (MonthVarId, (VOID *)&QuestionId, sizeof(EFI_QUESTION_ID)); in RegisterOldDateQuestion()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp2654 IN CHAR8 *MonthVarId, in RegisterOldDateQuestion() argument
2662 if ((YearVarId == NULL) || (MonthVarId == NULL) || (DayVarId == NULL)) { in RegisterOldDateQuestion()
2669 if ((pNode[1] = new SVfrQuestionNode (NULL, MonthVarId, DATE_MONTH_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2697 gCFormPkg.DoPendingAssign (MonthVarId, (VOID *)&QuestionId, sizeof(EFI_QUESTION_ID)); in RegisterOldDateQuestion()