Lines Matching refs:enum
35 enum: [ genetlink, genetlink-c ]
47 …description: Makes the number of attributes and commands be specified by a define, not an enum val…
65 enum: [ const, enum, flags ]
72 # For enum and flags
74 description: For enum or flags the literal initializer for the first value.
77 description: For enum or flags array of values.
93 description: Render the max members for this enum.
96 enum-name:
97 description: Name for enum, if empty no name will be used.
100 description: For enum the prefix of the values, optional.
119 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a-
121 enum-name:
122 description: Name for the enum type of the attribute.
137 description: The explicit name for last member of attribute enum.
151 enum: [ unused, pad, flag, binary, u8, u16, u32, u64, s32, s64,
157 description: Value for the enum item representing this attribute in the uAPI.
165 enum: [ little-endian, big-endian ]
171 enum:
172 description: Name of the enum type used for the attribute.
174 enum-as-flags:
176 Treat the enum as flags. In most cases enum is either used as flags or as values.
177 … Sometimes, however, both forms are necessary, in which case header contains the enum
203 enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
224 enum-model:
228 to a single enum.
231 enum: [ unified ]
234 Prefix for the C enum name of the command. The name is formed by concatenating
237 enum-name:
238 description: Name for the enum type with commands.
241 … description: Same as name-prefix but used to render notifications and events to separate enum.
243 async-enum:
244 description: Name for the enum type with notifications/events.
255 description: Name of the operation, also defining its C enum value in uAPI.
261 description: Value for the enum in the uAPI.
272 enum: [ admin-perm ]
277 enum: [ strict, dump, dump-strict ]