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.
48description: 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.
54description: 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.
110 description: Name of the render-max counter enum entry.
115 description: Definition of attribute spaces for this family.
118 description: Definition of a single attribute space.
124 description: |
128 description: |
132 description: |
136 description: Documentation of the space.
139 description: |
145description: The explicit name for constant holding the count of attributes (last attr + 1).
148 description: The explicit name for last member of attribute enum.
152 description: List of attributes in the space.
166 description: Documentation of the attribute.
169 description: Value for the enum item representing this attribute in the uAPI.
172description: Name of the value extracted from the type of a nest-type-value attribute.
181 description: Name of the space (sub-space) used inside the attribute.
184 description: Name of the enum type used for the attribute.
187 description: |
193 description: Kernel input validation.
198description: Name of the flags constant on which to base mask (unsigned scalar types only).
201 description: Min value for an integer attribute.
204 description: Max value for an integer attribute.
207 description: Min length for a binary attribute.
210 description: Max length for a string or a binary attribute.
213 description: Exact length for a string or a binary attribute.
216 description: |
222 description: |
254 description: Operations supported by the protocol.
260 description: |
268 description: |
273 description: |
277description: Same as name-prefix but used to render notifications and events to separate enum.
280 description: |
284 description: List of commands
292 description: Name of the operation, also defining its C enum value in uAPI.
295 description: Documentation for the command.
298 description: Value for the enum in the uAPI.
301 description: |
306 description: Command flags.
311 description: Kernel attribute validation flags.
316 description: |
321 description: Main command handler.
326 description: Definition of the request message for a given command.
331 description: |
339description: Hook for a function to run before the main callback (pre_doit or start).
342description: Hook for a function to run after the main callback (post_doit or done).
346 description: Name of the command sharing the reply type with this notification.
353 description: Explicit list of the attributes for the notification.
358 description: Name of the multicast group generating given notification.
361 description: List of multicast groups.
367 description: List of groups.
375 description: |
380 description: Override for the name of the define in C uAPI.
386 description: Additional global attributes used for kernel C code generation.
391 description: |
398 description: |