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…
62 enum: [ split, per-op, global ]
79 enum: [ const, enum, flags, struct ] # Trim
86 # For enum and flags
88 description: For enum or flags the literal initializer for the first value.
91 description: For enum or flags array of values.
107 description: Render the max members for this enum.
110 enum-name:
111 description: Name for enum, if empty no name will be used.
114 description: For enum the prefix of the values, optional.
132 enum: [ u8, u16, u32, u64, s8, s16, s32, s64, string, binary, pad ]
136 enum: [ little-endian, big-endian ]
140 enum:
141 description: Name of the enum type used for the attribute.
143 enum-as-flags:
145 Treat the enum as flags. In most cases enum is either used as flags or as values.
146 … Sometimes, however, both forms are necessary, in which case header contains the enum
154 enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
189 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a-
191 enum-name:
193 Name for the enum type of the attribute, if empty no name will be used.
208 description: The explicit name for last member of attribute enum.
223 enum: [ unused, pad, flag, binary, bitfield32,
231 description: Value for the enum item representing this attribute in the uAPI.
239 enum: [ little-endian, big-endian ]
245 enum:
246 description: Name of the enum type used for the attribute.
248 enum-as-flags:
250 Treat the enum as flags. In most cases enum is either used as flags or as values.
251 … Sometimes, however, both forms are necessary, in which case header contains the enum
366 enum-model:
370 to a single enum.
373 enum: [ unified, directional ] # Trim
376 Prefix for the C enum name of the command. The name is formed by concatenating
379 enum-name:
381 Name for the enum type with commands, if empty no name will be used.
384 … description: Same as name-prefix but used to render notifications and events to separate enum.
386 async-enum:
388 Name for the enum type with commands, if empty no name will be used.
407 description: Name of the operation, also defining its C enum value in uAPI.
413 description: Value for the enum in the uAPI.
424 enum: [ admin-perm ]
429 enum: [ strict, dump ]