Lines Matching full:description
24 description: Specification of a genetlink protocol
30 description: Name of the genetlink family.
35 description: Schema compatibility level. Default is "genetlink".
38 description: Path to the uAPI header, default is linux/${family-name}.h
42 description: Name of the define for the family name.
45 description: Name of the define for the version of the family.
48 …description: Makes the number of attributes and commands be specified by a define, not an enum val…
51 description: Name of the define for the last operation in the list.
54 … description: The explicit name for constant holding the count of operations (last operation + 1).
59 description: List of type and constant definitions (enums, flags, defines).
69 description: For C-compatible languages, header which already defines this value.
77 description: For const - the value.
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.
104 description: Name for enum, if empty no name will be used.
107 description: For enum the prefix of the values, optional.
112 description: Definition of attribute spaces for this family.
115 description: Definition of a single attribute space.
121 description: |
125 description: |
129 description: |
133 description: Documentation of the space.
136 description: |
142 … description: The explicit name for constant holding the count of attributes (last attr + 1).
145 description: The explicit name for last member of attribute enum.
149 description: List of attributes in the space.
163 description: Documentation of the attribute.
166 description: Value for the enum item representing this attribute in the uAPI.
169 … description: Name of the value extracted from the type of a nest-type-value attribute.
178 description: Name of the space (sub-space) used inside the attribute.
181 description: Name of the enum type used for the attribute.
184 description: |
190 description: Kernel input validation.
195 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
198 description: Min value for an integer attribute.
201 description: Max value for an integer attribute.
204 description: Min length for a binary attribute.
207 description: Max length for a string or a binary attribute.
210 description: Exact length for a string or a binary attribute.
213 description: |
219 description: |
251 description: Operations supported by the protocol.
257 description: |
265 description: |
270 description: |
274 … description: Same as name-prefix but used to render notifications and events to separate enum.
277 description: |
281 description: List of commands
289 description: Name of the operation, also defining its C enum value in uAPI.
292 description: Documentation for the command.
295 description: Value for the enum in the uAPI.
298 description: |
303 description: Command flags.
308 description: Kernel attribute validation flags.
313 description: |
318 description: Main command handler.
323 description: Definition of the request message for a given command.
328 description: |
336 … description: Hook for a function to run before the main callback (pre_doit or start).
339 … description: Hook for a function to run after the main callback (post_doit or done).
343 description: Name of the command sharing the reply type with this notification.
350 description: Explicit list of the attributes for the notification.
355 description: Name of the multicast group generating given notification.
358 description: List of multicast groups.
364 description: List of groups.
372 description: |
377 description: Override for the name of the define in C uAPI.
383 description: Additional global attributes used for kernel C code generation.
388 description: |
395 description: |