Lines Matching refs:VarValue

1059   OUT UINT64                      *VarValue  in GetValueFromRequest()  argument
1086 *VarValue = 0; in GetValueFromRequest()
1087 …CopyMem (VarValue, TmpBuffer, (((Length + 1) / 2) < sizeof (UINT64)) ? ((Length + 1) / 2) : sizeof… in GetValueFromRequest()
1130 UINT64 VarValue; in ValidateQuestionFromVfr() local
1158 VarValue = 0; in ValidateQuestionFromVfr()
1319 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1351 VarValue = 0; in ValidateQuestionFromVfr()
1352 CopyMem (&VarValue, VarBuffer + Offset, Width); in ValidateQuestionFromVfr()
1390 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1422 VarValue = 0; in ValidateQuestionFromVfr()
1423 CopyMem (&VarValue, VarBuffer + Offset, Width); in ValidateQuestionFromVfr()
1428 …if ((INT8) VarValue < (INT8) IfrNumeric->data.u8.MinValue || (INT8) VarValue > (INT8) IfrNumeric->… in ValidateQuestionFromVfr()
1436 …if ((INT16) VarValue < (INT16) IfrNumeric->data.u16.MinValue || (INT16) VarValue > (INT16) IfrNume… in ValidateQuestionFromVfr()
1444 …if ((INT32) VarValue < (INT32) IfrNumeric->data.u32.MinValue || (INT32) VarValue > (INT32) IfrNume… in ValidateQuestionFromVfr()
1452 …if ((INT64) VarValue < (INT64) IfrNumeric->data.u64.MinValue || (INT64) VarValue > (INT64) IfrNume… in ValidateQuestionFromVfr()
1463 …if ((UINT8) VarValue < IfrNumeric->data.u8.MinValue || (UINT8) VarValue > IfrNumeric->data.u8.MaxV… in ValidateQuestionFromVfr()
1471 …if ((UINT16) VarValue < IfrNumeric->data.u16.MinValue || (UINT16) VarValue > IfrNumeric->data.u16.… in ValidateQuestionFromVfr()
1479 …if ((UINT32) VarValue < IfrNumeric->data.u32.MinValue || (UINT32) VarValue > IfrNumeric->data.u32.… in ValidateQuestionFromVfr()
1487 …if ((UINT64) VarValue < IfrNumeric->data.u64.MinValue || (UINT64) VarValue > IfrNumeric->data.u64.… in ValidateQuestionFromVfr()
1528 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1559 VarValue = 0; in ValidateQuestionFromVfr()
1560 CopyMem (&VarValue, VarBuffer + Offset, Width); in ValidateQuestionFromVfr()
1565 if (VarValue > 1) { in ValidateQuestionFromVfr()
1666 if (VarValue == TmpValue.u64) { in ValidateQuestionFromVfr()