Lines Matching refs:enum
35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim
47 …description: Makes the number of attributes and commands be specified by a define, not an enum val…
55 enum: [ split, per-op, global ]
72 enum: [ const, enum, flags, struct ] # Trim
79 # For enum and flags
81 description: For enum or flags the literal initializer for the first value.
84 description: For enum or flags array of values.
100 description: Render the max members for this enum.
103 enum-name:
104 description: Name for enum, if empty no name will be used.
107 description: For enum the prefix of the values, optional.
123 enum: [ u8, u16, u32, u64, s8, s16, s32, s64, string, binary ]
127 enum: [ little-endian, big-endian ]
131 enum:
132 description: Name of the enum type used for the attribute.
139 enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
157 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a-
159 enum-name:
160 description: Name for the enum type of the attribute.
175 description: The explicit name for last member of attribute enum.
190 enum: [ unused, pad, flag, binary, u8, u16, u32, u64, s32, s64,
196 description: Value for the enum item representing this attribute in the uAPI.
204 enum: [ little-endian, big-endian ]
210 enum:
211 description: Name of the enum type used for the attribute.
213 enum-as-flags:
215 Treat the enum as flags. In most cases enum is either used as flags or as values.
216 … Sometimes, however, both forms are necessary, in which case header contains the enum
263 enum-model:
267 to a single enum.
270 enum: [ unified, directional ] # Trim
273 Prefix for the C enum name of the command. The name is formed by concatenating
276 enum-name:
277 description: Name for the enum type with commands.
280 … description: Same as name-prefix but used to render notifications and events to separate enum.
282 async-enum:
283 description: Name for the enum type with notifications/events.
302 description: Name of the operation, also defining its C enum value in uAPI.
308 description: Value for the enum in the uAPI.
319 enum: [ admin-perm ]
324 enum: [ strict, dump, dump-strict ]