Lines Matching refs:Attributes
75 UINT32 Attributes; in ShellCommandRunSetVar() local
85 Attributes = 0; in ShellCommandRunSetVar()
133 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
136 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
152 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL); in ShellCommandRunSetVar()
171 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
174 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
181 Attributes = 0; in ShellCommandRunSetVar()
183 Attributes |= EFI_VARIABLE_BOOTSERVICE_ACCESS; in ShellCommandRunSetVar()
186 Attributes |= EFI_VARIABLE_RUNTIME_ACCESS | in ShellCommandRunSetVar()
190 Attributes |= EFI_VARIABLE_NON_VOLATILE; in ShellCommandRunSetVar()
214 … Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, StrLen(Data) / 2, Buffer); in ShellCommandRunSetVar()
234 …Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, AsciiStrSize(Buffer)-sizeof(CH… in ShellCommandRunSetVar()
256 …Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, StrSize(Buffer)-sizeof(CHAR16)… in ShellCommandRunSetVar()
275 …Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, GetDevicePathSize(DevPath), De… in ShellCommandRunSetVar()