Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp2456 IN INT8 *DayVarId, in RegisterOldDateQuestion() argument
2463 if ((YearVarId == NULL) || (MonthVarId == NULL) || (DayVarId == NULL)) { in RegisterOldDateQuestion()
2473 if ((pNode[2] = new SVfrQuestionNode (NULL, DayVarId, DATE_DAY_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2496 gCFormPkg.DoPendingAssign (DayVarId, (VOID *)&QuestionId, sizeof(EFI_QUESTION_ID)); in RegisterOldDateQuestion()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp2655 IN CHAR8 *DayVarId, in RegisterOldDateQuestion() argument
2662 if ((YearVarId == NULL) || (MonthVarId == NULL) || (DayVarId == NULL)) { in RegisterOldDateQuestion()
2672 if ((pNode[2] = new SVfrQuestionNode (NULL, DayVarId, DATE_DAY_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2698 gCFormPkg.DoPendingAssign (DayVarId, (VOID *)&QuestionId, sizeof(EFI_QUESTION_ID)); in RegisterOldDateQuestion()