Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/firmware/efi/
Defivars.c97 __u32 Attributes; member
148 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_attr_read()
151 if (var->Attributes & EFI_VARIABLE_NON_VOLATILE) in efivar_attr_read()
153 if (var->Attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS) in efivar_attr_read()
155 if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) in efivar_attr_read()
157 if (var->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) in efivar_attr_read()
159 if (var->Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) in efivar_attr_read()
162 if (var->Attributes & in efivar_attr_read()
166 if (var->Attributes & EFI_VARIABLE_APPEND_WRITE) in efivar_attr_read()
181 if (efivar_entry_get(entry, &var->Attributes, &var->DataSize, var->Data)) in efivar_size_read()
[all …]
/Linux-v4.19/Documentation/virtual/kvm/devices/
Darm-vgic.txt20 Attributes:
39 Attributes:
67 Attributes:
109 Attributes:
119 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-v4.19/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-v4.19/Documentation/driver-model/
Ddevice.txt38 Attributes
48 Attributes of devices can be exported by a device driver through sysfs.
57 Attributes are declared using a macro called DEVICE_ATTR:
/Linux-v4.19/drivers/pcmcia/
Dpcmcia_cis.c51 tuple.Attributes = 0; in pccard_read_tuple()
53 tuple.Attributes = TUPLE_RETURN_COMMON; in pccard_read_tuple()
105 tuple.Attributes = 0; in pccard_loop_tuple()
/Linux-v4.19/Documentation/mmc/
Dmmc-dev-attrs.txt1 SD and MMC Block Device Attributes
11 SD and MMC Device Attributes
/Linux-v4.19/fs/cifs/
Dsmb2inode.c201 data.Attributes = cpu_to_le32(dosattrs); in smb2_mkdir_setinfo()
287 (buf->Attributes == 0)) in smb2_set_file_info()
Dsmb1ops.c570 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
699 info.Attributes = cpu_to_le32(dosattrs); in cifs_mkdir_setinfo()
798 cinode->cifsAttrs = le32_to_cpu(buf->Attributes); in smb_set_file_info()
826 cinode->cifsAttrs = le32_to_cpu(buf->Attributes); in smb_set_file_info()
Dioctl.c101 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo()
/Linux-v4.19/Documentation/filesystems/
Docfs2.txt85 user_xattr (*) Enables Extended User Attributes.
86 nouser_xattr Disables Extended User Attributes.
Dsysfs.txt50 Attributes
53 Attributes can be exported for kobjects in the form of regular files in
58 Attributes should be ASCII text files, preferably with only one value
/Linux-v4.19/drivers/scsi/libsas/
DKconfig26 tristate "SAS Domain Transport Attributes"
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt10 every power supply out there. Attributes are available via sysfs and uevent
31 Attributes/properties
56 Attributes/properties detailed
/Linux-v4.19/Documentation/pcmcia/
Ddriver-changes.txt113 * client->Attributes are gone (as of 2.6.11)
114 client->Attributes is unused, therefore it is removed from all
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dattributes.rst3 Extended Attributes
92 Attributes stored inside an inode do not need be stored in sorted order.
/Linux-v4.19/drivers/firmware/
DKconfig200 bool "iSCSI Boot Firmware Table Attributes"
206 is necessary for iSCSI Boot Firmware Table Attributes module to work
210 tristate "iSCSI Boot Firmware Table Attributes module"
/Linux-v4.19/Documentation/netlabel/
Dlsm_interface.txt15 * NetLabel Security Attributes
/Linux-v4.19/fs/efivarfs/
Dsuper.c169 i_size_write(inode, size + sizeof(entry->var.Attributes)); in efivarfs_callback()
/Linux-v4.19/drivers/staging/iio/Documentation/
Ddevice.txt30 Attributes used to enable / disable hardware events.

123