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.
112 description: Definition of attribute spaces for this family.
115 description: Definition of a single attribute space.
121 description: |
125 description: |
129 description: Name for the enum type of the attribute.
132 description: Documentation of the space.
135 description: |
141description: The explicit name for constant holding the count of attributes (last attr + 1).
144 description: The explicit name for last member of attribute enum.
148 description: List of attributes in the space.
162 description: Documentation of the attribute.
165 description: Value for the enum item representing this attribute in the uAPI.
168description: Name of the value extracted from the type of a nest-type-value attribute.
177 description: Name of the space (sub-space) used inside the attribute.
180 description: Name of the enum type used for the attribute.
183 description: |
189 description: Kernel input validation.
194description: Name of the flags constant on which to base mask (unsigned scalar types only).
197 description: Min value for an integer attribute.
200 description: Max value for an integer attribute.
203 description: Min length for a binary attribute.
206 description: Max length for a string or a binary attribute.
209 description: Exact length for a string or a binary attribute.
213 description: |
245 description: Operations supported by the protocol.
251 description: |
259 description: |
264 description: Name for the enum type with commands.
267description: Same as name-prefix but used to render notifications and events to separate enum.
270 description: Name for the enum type with notifications/events.
273 description: List of commands
281 description: Name of the operation, also defining its C enum value in uAPI.
284 description: Documentation for the command.
287 description: Value for the enum in the uAPI.
290 description: |
295 description: Command flags.
300 description: Kernel attribute validation flags.
305 description: |
310 description: Main command handler.
315 description: Definition of the request message for a given command.
320 description: |
328description: Hook for a function to run before the main callback (pre_doit or start).
331description: Hook for a function to run after the main callback (post_doit or done).
335 description: Name of the command sharing the reply type with this notification.
342 description: Explicit list of the attributes for the notification.
347 description: Name of the multicast group generating given notification.
350 description: List of multicast groups.
356 description: List of groups.
364 description: |
369 description: Override for the name of the define in C uAPI.