Lines Matching refs:enum
31 enum: [ netlink-raw ] # Trim
48 …description: Makes the number of attributes and commands be specified by a define, not an enum val…
56 enum: [ split, per-op, global ]
73 enum: [ const, enum, flags, struct ] # Trim
80 # For enum and flags
82 description: For enum or flags the literal initializer for the first value.
85 description: For enum or flags array of values.
101 description: Render the max members for this enum.
104 enum-name:
105 description: Name for enum, if empty no name will be used.
108 description: For enum the prefix of the values, optional.
124 enum: [ u8, u16, u32, u64, s8, s16, s32, s64, string, binary ]
128 enum: [ little-endian, big-endian ]
132 enum:
133 description: Name of the enum type used for the attribute.
135 enum-as-flags:
137 Treat the enum as flags. In most cases enum is either used as flags or as values.
138 … Sometimes, however, both forms are necessary, in which case header contains the enum
146 enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
164 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a-
166 enum-name:
167 description: Name for the enum type of the attribute.
182 description: The explicit name for last member of attribute enum.
197 enum: [ unused, pad, flag, binary, u8, u16, u32, u64, s32, s64,
203 description: Value for the enum item representing this attribute in the uAPI.
211 enum: [ little-endian, big-endian ]
217 enum:
218 description: Name of the enum type used for the attribute.
220 enum-as-flags:
222 Treat the enum as flags. In most cases enum is either used as flags or as values.
223 … Sometimes, however, both forms are necessary, in which case header contains the enum
270 enum-model:
274 to a single enum.
277 enum: [ unified, directional ] # Trim
280 Prefix for the C enum name of the command. The name is formed by concatenating
283 enum-name:
284 description: Name for the enum type with commands.
287 … description: Same as name-prefix but used to render notifications and events to separate enum.
289 async-enum:
290 description: Name for the enum type with notifications/events.
309 description: Name of the operation, also defining its C enum value in uAPI.
315 description: Value for the enum in the uAPI.
326 enum: [ admin-perm ]
331 enum: [ strict, dump ]