Home | History | Annotate | Download | only in LegacyBootMaintUiLib

Lines Matching refs:NewValue

924   UINTN                       NewValue;

932 NewValue = 0;
974 NewValue = CurrentVal[Index];
983 if (0xFF == NewValue) {
1002 NewValue) {
1004 // If NewValue is in OldLegacyDev array
1028 // If NewValue is not in OldlegacyDev array, we are changing to a disabled item
1031 Pos = NewValue / 8;
1032 Bit = 7 - (NewValue % 8);
1036 // Because NewValue is a item that was disabled before