Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching defs:NameValue

2543   CHAR16                  *NameValue;

3138 NameValue = AllocateZeroPool ((OpCode->ValueWidth * 2 + 1) * sizeof (CHAR16));
3144 StrPtr = NameValue;
3148 Status = SetValueByName (OpCode->VarStorage, OpCode->ValueName, NameValue, GetSetValueWithEditBuffer, NULL);
3149 FreePool (NameValue);