Home
last modified time | relevance | path

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

1234

/linux/drivers/firmware/efi/
A Defivars.c39 __u32 Attributes; member
96 if (var->Attributes & EFI_VARIABLE_NON_VOLATILE) in efivar_attr_read()
100 if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) in efivar_attr_read()
107 if (var->Attributes & in efivar_attr_read()
111 if (var->Attributes & EFI_VARIABLE_APPEND_WRITE) in efivar_attr_read()
191 dst->Attributes = src->Attributes; in copy_out_compat()
219 attributes = compat->Attributes; in efivar_store_raw()
236 attributes = new_var->Attributes; in efivar_store_raw()
285 compat->Attributes = var->Attributes; in efivar_show_raw()
383 attributes = compat->Attributes; in efivar_create()
[all …]
/linux/crypto/asymmetric_keys/
A Dpkcs8.asn18 attributes [0] IMPLICIT Attributes OPTIONAL
17 Attributes ::= SET OF Attribute
/linux/Documentation/virt/kvm/devices/
A Darm-vgic.rst24 Attributes:
48 Attributes:
82 Attributes:
129 Attributes:
143 Attributes:
A Dxive.rst73 Attributes:
102 Attributes:
125 Attributes:
154 Attributes:
198 Attributes:
A Darm-vgic-v3.rst21 Attributes:
78 Attributes:
172 Attributes:
211 Attributes:
227 Attributes:
250 Attributes:
A Dxics.rst11 Attributes:
15 Attributes:
A Darm-vgic-its.rst24 Attributes:
44 Attributes:
89 Attributes:
A Dmpic.rst18 Attributes:
/linux/Documentation/ABI/testing/
A Dsysfs-bus-fcoe5 Description: The FCoE bus. Attributes in this directory are control interfaces.
7 Attributes:
36 Attributes:
91 Attributes:
A Dsysfs-platform-dell-privacy-wmi12 Attributes:
47 Attributes:
A Dsysfs-bus-rapidio29 Attributes Common for All RapidIO Devices
121 RapidIO Switch Device Attributes
170 Device-specific Switch Attributes
183 RapidIO Bus Attributes
A Dconfigfs-rdma_cm7 Attributes are visible only when configfs is mounted. To mount
A Dsysfs-driver-uacce13 Description: Attributes of the device, see UACCE_DEV_xxx flag defined in uacce.h
/linux/Documentation/driver-api/driver-model/
A 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/drivers/pcmcia/
A Dpcmcia_cis.c48 tuple.Attributes = 0; in pccard_read_tuple()
50 tuple.Attributes = TUPLE_RETURN_COMMON; in pccard_read_tuple()
102 tuple.Attributes = 0; in pccard_loop_tuple()
/linux/Documentation/process/
A Dprogramming-language.rst19 Attributes section in Programming Language
23 [gcc-attribute-syntax]_. Attributes allow to introduce
/linux/Documentation/driver-api/mmc/
A Dmmc-dev-attrs.rst2 SD and MMC Block Device Attributes
14 SD and MMC Device Attributes
/linux/drivers/acpi/numa/
A DKconfig15 platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
/linux/drivers/scsi/libsas/
A DKconfig10 tristate "SAS Domain Transport Attributes"
/linux/Documentation/filesystems/
A Docfs2.rst95 user_xattr (*) Enables Extended User Attributes.
96 nouser_xattr Disables Extended User Attributes.
/linux/fs/ksmbd/
A Dsmb2pdu.h784 __le32 Attributes; member
807 __le32 Attributes; member
835 __le32 Attributes; member
/linux/Documentation/power/
A Dpower_supply_class.rst11 every power supply out there. Attributes are available via sysfs and uevent
32 Attributes/properties
57 Attributes/properties detailed
/linux/Documentation/filesystems/ext4/
A Dattributes.rst3 Extended Attributes
92 Attributes stored inside an inode do not need be stored in sorted order.
/linux/Documentation/pcmcia/
A Ddriver-changes.rst123 * client->Attributes are gone (as of 2.6.11)
124 client->Attributes is unused, therefore it is removed from all
/linux/fs/cifs/
A 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()

Completed in 40 milliseconds

1234