Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v5.4/drivers/firmware/efi/
Defivars.c41 __u32 Attributes; member
92 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_attr_read()
95 if (var->Attributes & EFI_VARIABLE_NON_VOLATILE) in efivar_attr_read()
97 if (var->Attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS) in efivar_attr_read()
99 if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) in efivar_attr_read()
101 if (var->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) in efivar_attr_read()
103 if (var->Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) in efivar_attr_read()
106 if (var->Attributes & in efivar_attr_read()
110 if (var->Attributes & EFI_VARIABLE_APPEND_WRITE) in efivar_attr_read()
125 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_size_read()
[all …]
/Linux-v5.4/crypto/asymmetric_keys/
Dpkcs8.asn18 attributes [0] IMPLICIT Attributes OPTIONAL
17 Attributes ::= SET OF Attribute
/Linux-v5.4/Documentation/virt/kvm/devices/
Darm-vgic.txt20 Attributes:
39 Attributes:
67 Attributes:
109 Attributes:
119 Attributes:
Dxive.txt69 Attributes:
83 Attributes:
98 Attributes:
119 Attributes:
153 Attributes:
Darm-vgic-v3.txt18 Attributes:
68 Attributes:
156 Attributes:
188 Attributes:
200 Attributes:
218 Attributes:
Darm-vgic-its.txt17 Attributes:
31 Attributes:
71 Attributes:
Dmpic.txt14 Attributes:
Dxics.txt7 Attributes: One per interrupt source, indexed by the source number.
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-fcoe5 Description: The FCoE bus. Attributes in this directory are control interfaces.
6 Attributes:
33 Attributes:
78 Attributes:
Dsysfs-bus-rapidio26 Attributes Common for All RapidIO Devices
118 RapidIO Switch Device Attributes
167 Device-specific Switch Attributes
180 RapidIO Bus Attributes
Dconfigfs-rdma_cm7 Attributes are visible only when configfs is mounted. To mount
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevice.rst38 Attributes section in The Basic Device Structure
51 Attributes of devices can be exported by a device driver through sysfs.
60 Attributes are declared using a macro called DEVICE_ATTR::
/Linux-v5.4/Documentation/process/
Dprogramming-language.rst18 Attributes section in Programming Language
22 [gcc-attribute-syntax]_. Attributes allow to introduce
Ddeprecated.rst6 Deprecated Interfaces, Language Features, Attributes, and Conventions
102 <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html>`_
135 __attribute__((__fallthrough__)). `Statement Attributes
136 <https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html>`_
/Linux-v5.4/drivers/acpi/hmat/
DKconfig8 platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
/Linux-v5.4/drivers/pcmcia/
Dpcmcia_cis.c47 tuple.Attributes = 0; in pccard_read_tuple()
49 tuple.Attributes = TUPLE_RETURN_COMMON; in pccard_read_tuple()
101 tuple.Attributes = 0; in pccard_loop_tuple()
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst2 SD and MMC Block Device Attributes
14 SD and MMC Device Attributes
/Linux-v5.4/drivers/scsi/libsas/
DKconfig10 tristate "SAS Domain Transport Attributes"
/Linux-v5.4/Documentation/filesystems/
Docfs2.txt85 user_xattr (*) Enables Extended User Attributes.
86 nouser_xattr Disables Extended User Attributes.
/Linux-v5.4/Documentation/power/
Dpower_supply_class.rst11 every power supply out there. Attributes are available via sysfs and uevent
32 Attributes/properties
57 Attributes/properties detailed
/Linux-v5.4/Documentation/filesystems/ext4/
Dattributes.rst3 Extended Attributes
92 Attributes stored inside an inode do not need be stored in sorted order.
/Linux-v5.4/Documentation/pcmcia/
Ddriver-changes.rst123 * client->Attributes are gone (as of 2.6.11)
124 client->Attributes is unused, therefore it is removed from all
/Linux-v5.4/Documentation/netlabel/
Dlsm_interface.rst18 NetLabel Security Attributes
/Linux-v5.4/fs/cifs/
Dsmb1ops.c561 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
690 info.Attributes = cpu_to_le32(dosattrs); in cifs_mkdir_setinfo()
789 cinode->cifsAttrs = le32_to_cpu(buf->Attributes); in smb_set_file_info()
817 cinode->cifsAttrs = le32_to_cpu(buf->Attributes); in smb_set_file_info()
/Linux-v5.4/fs/efivarfs/
Dsuper.c165 i_size_write(inode, size + sizeof(entry->var.Attributes)); in efivarfs_callback()

123