HomeSort by relevance Sort by last modified time
    Searched refs:Attributes (Results 326 - 350 of 1560) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
attr-stack-816-16.d 9 File Attributes
attr-stack-816-816.d 9 File Attributes
attr-unknown-3.d 10 File Attributes
attr-unknown-4.d 10 File Attributes
attr-unknown-5.d 10 File Attributes
attr-unknown-6.d 10 File Attributes
attr-wchar-01.d 9 File Attributes
attr-wchar-02.d 9 File Attributes
attr-wchar-10.d 9 File Attributes
attr-wchar-11.d 9 File Attributes
attr-wchar-20.d 9 File Attributes
attr-wchar-22.d 9 File Attributes
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
VirtMem.c 26 // DDR attributes
79 VirtualMemoryTable[0].Attributes = CacheAttributes;
94 VirtualMemoryTable[1].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
102 VirtualMemoryTable[2].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
108 VirtualMemoryTable[3].Attributes = CacheAttributes;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
VariableFormat.h 42 UINT32 Attributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/AuthVariableLibNull/
AuthVariableLibNull.c 52 @param[in] Attributes Attribute value of the variable.
55 defined by the Attributes.
73 IN UINT32 Attributes
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiGpt.h 131 UINT64 Attributes;
  /external/pdfium/xfa/fxfa/parser/
cxfa_attributes.cpp 16 constexpr wchar_t kName[] = L"attributes";
25 XFA_Element::Attributes,
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiGpt.h 55 UINT64 Attributes;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/Library/Armada70x0Lib/
Armada70x0LibMem.c 43 // DDR attributes
76 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_CACHED;
82 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
88 VirtualMemoryTable[Index].Attributes = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolAttrib.c 2 Implements get/set firmware volume attributes
20 Retrieves attributes, insures positive polarity of attribute bits, returns
21 resulting attributes in output parameter.
24 @param Attributes output buffer which contains attributes
26 @retval EFI_SUCCESS Successfully got volume attributes
33 OUT EFI_FV_ATTRIBUTES *Attributes
45 // First get the Firmware Volume Block Attributes
54 *Attributes = (EFI_FV_ATTRIBUTES)FvbAttributes;
62 Sets current attributes for volume
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.h 41 @param[in] Attributes The attribute value of the variable.
61 IN UINT32 Attributes OPTIONAL,
98 @param[in] Attributes The attribute value of the variable.
116 IN UINT32 Attributes OPTIONAL,
131 @param[in] Attributes The attribute value of the variable.
148 IN UINT32 Attributes OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SetVar.c 75 UINT32 Attributes;
85 Attributes = 0;
133 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
136 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
152 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL);
169 // Determine if the variable exists and get the attributes
171 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
174 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
179 // Creating a new variable. determine attributes from command line.
181 Attributes = 0;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 43 Convert FV attrbiutes to FV2 attributes.
45 @param Fv2Attributes FV2 attributes.
47 @return FV attributes.
62 Retrieves attributes, insures positive polarity of attribute bits, returns
63 resulting attributes in output parameter.
66 @param Attributes output buffer which contains attributes
68 @retval EFI_SUCCESS The firmware volume attributes were returned.
75 OUT FRAMEWORK_EFI_FV_ATTRIBUTES *Attributes
87 Attributes
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 43 @param[in] Attributes Attribues of the variable
59 IN UINT32 Attributes OPTIONAL,
692 UINT32 Attributes;
792 Attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
819 Status = UpdateVariable (L"Lang", &gEfiGlobalVariableGuid, BestLang, ISO_639_2_ENTRY_SIZE + 1, Attributes, &Variable);
853 AsciiStrSize (BestPlatformLang), Attributes, &Variable);
874 @param[in] Attributes Attribues of the variable
890 IN UINT32 Attributes OPTIONAL,
923 if ((Variable->CurrPtr->Attributes & EFI_VARIABLE_NON_VOLATILE) == 0) {
930 // Setting a data variable with no access, or zero DataSize attributes
    [all...]

Completed in 681 milliseconds

<<11121314151617181920>>