Lines Matching refs:SetVariable
54 This will use the Runtime Services call SetVariable to remove a non-violatile variable.
60 @sa SetVariable
63 (gRT->SetVariable((CHAR16*)EnvVarName, \
72 This will use the Runtime Services call SetVariable to set a non-violatile variable.
80 @sa SetVariable
83 (gRT->SetVariable((CHAR16*)EnvVarName, \
100 @sa SetVariable
121 @sa SetVariable
133 This will use the Runtime Services call SetVariable to set a violatile variable.
141 @sa SetVariable
144 (gRT->SetVariable((CHAR16*)EnvVarName, \