/linux-6.12.1/Documentation/netlink/specs/ |
D | ethtool.yaml | 51 attributes: 68 attributes: 80 attributes: 85 nested-attributes: bitset-bit 88 attributes: 98 nested-attributes: bitset-bits 102 attributes: 111 attributes: 116 nested-attributes: string 119 attributes: [all …]
|
D | nftables.yaml | 232 attributes: 238 attributes: 245 attributes: 273 attributes: 290 nested-attributes: nft-hook-attrs 309 nested-attributes: nft-counter-attrs 329 attributes: 343 attributes: 359 nested-attributes: hook-dev-attrs 363 attributes: [all …]
|
D | devlink.yaml | 210 attributes: 298 nested-attributes: dl-dpipe-tables 303 nested-attributes: dl-dpipe-table 313 nested-attributes: dl-dpipe-table-matches 317 nested-attributes: dl-dpipe-table-actions 324 nested-attributes: dl-dpipe-entries 329 nested-attributes: dl-dpipe-entry 336 nested-attributes: dl-dpipe-entry-match-values 340 nested-attributes: dl-dpipe-entry-action-values 348 nested-attributes: dl-dpipe-match [all …]
|
D | nfsd.yaml | 12 attributes: 67 attributes: 83 attributes: 95 attributes: 99 nested-attributes: version 103 attributes: 112 attributes: 116 nested-attributes: sock 120 attributes: 136 attributes: [all …]
|
D | ovs_flow.yaml | 342 MPLS tunnel attributes. 379 attributes: 383 nested-attributes: key-attrs 385 Nested attributes specifying the flow key. Always present in 390 nested-attributes: action-attrs 392 Nested attributes specifying the actions to take for packets that 397 nested attributes must be given. 430 nested-attributes: key-attrs 432 Nested attributes specifying the mask bits for wildcarded flow 468 attributes: [all …]
|
D | dpll.yaml | 218 attributes: 258 attributes: 298 nested-attributes: frequency-range 320 nested-attributes: pin-parent-device 325 nested-attributes: pin-parent-pin 358 nested-attributes: frequency-range 371 attributes: 385 attributes: 393 attributes: 405 Get id of dpll device that matches given attributes [all …]
|
D | tc.yaml | 1381 attributes: 1409 nested-attributes: tca-stats-attrs 1413 nested-attributes: tca-stab-attrs 1440 attributes: 1455 nested-attributes: tc-act-stats-attrs 1476 attributes: 1508 attributes: 1539 attributes: 1552 attributes: 1565 attributes: [all …]
|
D | team.yaml | 43 attributes: 54 nested-attributes: item-option 58 nested-attributes: item-port 64 attributes: 72 nested-attributes: attr-option 76 attributes: 112 attributes: 120 nested-attributes: attr-port 124 attributes: 160 attributes: [all …]
|
D | nlctrl.yaml | 50 attributes: 70 nested-attributes: op-attrs 75 nested-attributes: mcast-group-attrs 80 nested-attributes: policy-attrs 85 nested-attributes: op-policy-attrs 93 attributes: 104 attributes: 117 attributes: 159 attributes: 178 attributes: [all …]
|
D | mptcp_pm.yaml | 89 attributes: 121 attributes: 162 attributes: 166 nested-attributes: address 171 attributes: 179 nested-attributes: address 195 nested-attributes: address 200 attributes: 282 attributes: 298 attributes: [all …]
|
D | rt_link.yaml | 927 attributes: 986 nested-attributes: linkinfo-attrs 999 nested-attributes: vfinfo-list-attrs 1007 nested-attributes: vf-ports-attrs 1011 nested-attributes: port-self-attrs 1015 nested-attributes: af-spec-attrs 1069 nested-attributes: xdp-attrs 1097 nested-attributes: link-attrs 1139 nested-attributes: link-dpll-pin-attrs 1142 attributes: [all …]
|
D | netdev.yaml | 85 attributes: 119 attributes: 177 attributes: 187 attributes: 192 nested-attributes: page-pool-info 230 attributes: 253 attributes: 294 attributes: 471 attributes: 478 attributes: [all …]
|
/linux-6.12.1/include/linux/ |
D | compiler_attributes.h | 6 * The attributes in this file are unconditionally defined and they directly 11 * Any other "attributes" (i.e. those that depend on a configuration option, 12 * on a compiler, on an architecture, on plugins, on other attributes...) 24 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a… 29 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function… 30 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu… 31 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable… 38 * available and includes other attributes. For GCC < 9.1, __alloc_size__ gets undefined 41 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-f… 52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finlin… [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-firmware-attributes | 1 What: /sys/class/firmware-attributes/*/attributes/*/ 12 Unless otherwise specified in an attribute description all attributes are optional 88 On Dell systems the following additional attributes are available: 111 Enumeration attributes also support the following: 117 dependent attributes value. 137 On HP systems the following additional attributes are available: 149 What: /sys/class/firmware-attributes/*/authentication/ 160 reset or cleared using these attributes. 208 setting attributes when a system or admin password is set 229 On Dell, Lenovo and HP systems, if Admin password is set, then all BIOS attributes [all …]
|
/linux-6.12.1/fs/efivarfs/ |
D | file.c | 20 u32 attributes; in efivarfs_file_write() local 22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 26 if (count < sizeof(attributes)) in efivarfs_file_write() 29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 39 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 71 u32 attributes; in efivarfs_file_read() local 90 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
/linux-6.12.1/net/netlabel/ |
D | netlabel_mgmt.h | 28 * Required attributes: 33 * If IPv4 is specified the following attributes are required: 38 * If IPv6 is specified the following attributes are required: 43 * If using NETLBL_NLTYPE_CIPSOV4 the following attributes are required: 47 * If using NETLBL_NLTYPE_UNLABELED no other attributes are required, 56 * Required attributes: 66 * Required attributes: 82 * attributes are required: 87 * attributes are required. 93 * Required attributes: [all …]
|
D | netlabel_unlabeled.h | 28 * Required attributes: 33 * If IPv4 is specified the following attributes are required: 38 * If IPv6 is specified the following attributes are required: 47 * Required attributes: 51 * If IPv4 is specified the following attributes are required: 56 * If IPv6 is specified the following attributes are required: 67 * Required attributes: 72 * If IPv4 is specified the following attributes are required: 77 * If IPv6 is specified the following attributes are required: 90 * If IPv4 is specified the following attributes are required: [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | smc.h | 15 /* Netlink SMC_PNETID attributes */ 67 /* SMC_GENL_FAMILY top level attributes */ 82 /* SMC_GEN_SYS_INFO attributes */ 95 /* SMC_NLA_LGR_D_V2_COMMON and SMC_NLA_LGR_R_V2_COMMON nested attributes */ 106 /* SMC_NLA_LGR_R_V2 nested attributes */ 116 /* SMC_GEN_LGR_SMCR attributes */ 136 /* SMC_GEN_LINK_SMCR attributes */ 153 /* SMC_GEN_LGR_SMCD attributes */ 173 /* SMC_NLA_DEV_PORT nested attributes */ 186 /* SMC_GEN_DEV_SMCD and SMC_GEN_DEV_SMCR attributes */ [all …]
|
D | ncsi.h | 17 * @NCSI_CMD_PKG_INFO: list package and channel attributes. Requires 51 * enum ncsi_nl_attrs - General NCSI netlink attributes 53 * @NCSI_ATTR_UNSPEC: unspecified attributes to catch errors 55 * @NCSI_ATTR_PACKAGE_LIST: nested array of NCSI_PKG_ATTR attributes 81 * enum ncsi_nl_pkg_attrs - NCSI netlink package-specific attributes 83 * @NCSI_PKG_ATTR_UNSPEC: unspecified attributes to catch errors 84 * @NCSI_PKG_ATTR: nested array of package attributes 87 * @NCSI_PKG_ATTR_CHANNEL_LIST: nested array of NCSI_CHANNEL_ATTR attributes 102 * enum ncsi_nl_channel_attrs - NCSI netlink channel-specific attributes 104 * @NCSI_CHANNEL_ATTR_UNSPEC: unspecified attributes to catch errors [all …]
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | specs.rst | 36 Each next level inherits the attributes of the previous level, meaning that 41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing 60 - attributes 81 Attributes listed directly at the root level of the spec file. 146 This property contains information about netlink attributes of the family. 154 referred to with a ``nested-attributes`` property of the container. 158 which attributes are allowed in a nest or refining the validation criteria. 165 Uniquely identifies the attribute set, operations and nested attributes 173 or even types of attributes depending on the nest in which they 177 attributes subsection [all …]
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | device.rst | 38 Attributes chapter 51 Attributes of devices can be exported by a device driver through sysfs. 56 As explained in Documentation/core-api/kobject.rst, device attributes must be 60 Attributes are declared using a macro called DEVICE_ATTR:: 76 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be 106 device attributes and the device_unregister() function will use this pointer 107 to remove the device attributes. 111 strict expectations on when attributes get created. When a new device is 113 udev) that a new device is available. If attributes are added after the 115 not know about the new attributes. [all …]
|
/linux-6.12.1/drivers/platform/x86/hp/hp-bioscfg/ |
D | Makefile | 5 enum-attributes.o \ 6 int-attributes.o \ 7 order-list-attributes.o \ 8 passwdobj-attributes.o \ 9 spmobj-attributes.o \ 10 string-attributes.o \ 11 surestart-attributes.o
|
/linux-6.12.1/include/scsi/ |
D | scsi_transport_fc.h | 3 * FiberChannel transport specific attributes exported to sysfs. 7 * Rewrite for host, target, device, and remote port attributes, 164 /* Macro for use in defining Virtual Port attributes */ 191 * FC Virtual Port Attributes 202 * roles. FC port attributes for the vport will be reported on any 207 * Fixed attributes are not expected to change. The driver is 212 * Dynamic attributes are expected to change. The driver participates 215 * Private attributes are transport-managed values. They are fully 220 /* Fixed Attributes */ 222 /* Dynamic Attributes */ [all …]
|
/linux-6.12.1/Documentation/hwmon/ |
D | hwmon-kernel-api.rst | 46 It creates the standard sysfs attributes in the hardware monitoring core, 48 of having to bother with sysfs attributes. The parent device parameter 132 is optional, but must be provided if any readable attributes exist. 136 optional, but must be provided if any writeable attributes exist. 154 hwmon_chip A virtual sensor type, used to describe attributes 169 describing the attributes supposed by a single sensor. 233 HWMON_C_xxxx Chip attributes, for use with hwmon_chip. 234 HWMON_T_xxxx Temperature attributes, for use with hwmon_temp. 235 HWMON_I_xxxx Voltage attributes, for use with hwmon_in. 236 HWMON_C_xxxx Current attributes, for use with hwmon_curr. [all …]
|
/linux-6.12.1/include/scsi/fc/ |
D | fc_ms.h | 38 FC_FDMI_GHAT = 0x0101, /* Get HBA Attributes */ 40 FC_FDMI_GPAT = 0x0110, /* Get Port Attributes */ 42 FC_FDMI_RHAT = 0x0201, /* Register HBA Attributes */ 44 FC_FDMI_RPA = 0x0211, /* Register Port Attributes */ 46 FC_FDMI_DHAT = 0x0301, /* Deregister HBA Attributes */ 48 FC_FDMI_DPA = 0x0311, /* Deregister Port Attributes */ 155 * Attribute Entry Block for HBA/Port Attributes 165 * Common for HBA/Port Attributes 190 * Register HBA Attributes (RHAT) 207 * Register Port Attributes (RPA) [all …]
|