HomeSort by relevance Sort by last modified time
    Searched defs:Atts (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.h 27 UINT32 Atts;
115 @param Atts Pointer to the UINT32 for attributes (or NULL)
123 #define SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(EnvVarName,Atts,BufferSize,Buffer) \
126 Atts, \
218 @param Atts The attributes of the variable.
230 OUT UINT32 *Atts OPTIONAL
240 @param Atts The attributes of the variable.
251 IN UINT32 Atts
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 40 @param[in] Atts The input attribute value
46 IN CONST UINT32 Atts
55 if ((Atts & EFI_VARIABLE_NON_VOLATILE) != 0) {
58 if ((Atts & EFI_VARIABLE_RUNTIME_ACCESS) != 0) {
60 } else if ((Atts & EFI_VARIABLE_BOOTSERVICE_ACCESS) != 0) {
63 if ((Atts & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != 0) {
66 if ((Atts & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) != 0) {
69 if ((Atts & EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS) != 0) {
421 UINT32 Atts;
492 Status = gRT->GetVariable (FoundVarName, &FoundVarGuid, &Atts, &DataSize, DataBuffer);
    [all...]

Completed in 174 milliseconds