Lines Matching full:description
28 description: Specification of a genetlink protocol
34 description: Name of the genetlink family.
39 description: Schema compatibility level. Default is "genetlink".
42 description: Path to the uAPI header, default is linux/${family-name}.h
46 description: List of type and constant definitions (enums, flags, defines).
56 description: For C-compatible languages, header which already defines this value.
64 description: For const - the value.
68 description: For enum or flags the literal initializer for the first value.
71 description: For enum or flags array of values.
87 description: Render the max members for this enum.
91 description: Definition of attribute spaces for this family.
94 description: Definition of a single attribute space.
100 description: |
104 description: |
108 description: Name for the enum type of the attribute.
111 description: Documentation of the space.
114 description: |
119 description: List of attributes in the space.
133 description: Documentation of the attribute.
136 description: Value for the enum item representing this attribute in the uAPI.
139 … description: Name of the value extracted from the type of a nest-type-value attribute.
148 description: Name of the space (sub-space) used inside the attribute.
151 description: Name of the enum type used for the attribute.
154 description: |
160 description: Kernel input validation.
165 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
168 description: Min value for an integer attribute.
171 description: Max value for an integer attribute.
174 description: Min length for a binary attribute.
177 description: Max length for a string or a binary attribute.
180 description: Exact length for a string or a binary attribute.
184 description: |
212 description: Operations supported by the protocol.
218 description: |
226 description: |
231 description: Name for the enum type with commands.
234 … description: Same as name-prefix but used to render notifications and events to separate enum.
237 description: Name for the enum type with notifications/events.
240 description: List of commands
248 description: Name of the operation, also defining its C enum value in uAPI.
251 description: Documentation for the command.
254 description: Value for the enum in the uAPI.
257 description: |
262 description: Command flags.
267 description: Kernel attribute validation flags.
272 description: |
277 description: Main command handler.
282 description: Definition of the request message for a given command.
287 description: |
295 … description: Hook for a function to run before the main callback (pre_doit or start).
298 … description: Hook for a function to run after the main callback (post_doit or done).
302 description: Name of the command sharing the reply type with this notification.
309 description: Explicit list of the attributes for the notification.
314 description: Name of the multicast group generating given notification.
317 description: List of multicast groups.
323 description: List of groups.
331 description: |
337 description: Additional global attributes used for kernel C code generation.
342 description: |
349 description: |