Home | History | Annotate | Download | only in Shell

Lines Matching refs:SetVariable

3485     Status = (gRT->SetVariable((CHAR16*)Command, &gShellAliasGuid, 0, 0, NULL));

3492 gRT->SetVariable((CHAR16*)Command, &gShellAliasGuid, 0, 0, NULL);
3494 Status = (gRT->SetVariable((CHAR16*)Alias, &gShellAliasGuid, EFI_VARIABLE_BOOTSERVICE_ACCESS|(Volatile?0:EFI_VARIABLE_NON_VOLATILE), StrSize(Command), (VOID*)Command));