Lines Matching full:description

19 description: Specification of a genetlink protocol
25 description: Name of the genetlink family.
30 description: Generic Netlink family version. Default is 1.
34 description: Schema compatibility level. Default is "genetlink".
37 description: Path to the uAPI header, default is linux/${family-name}.h
41 description: Name of the define for the family name.
44 description: Name of the define for the version of the family.
47description: Makes the number of attributes and commands be specified by a define, not an enum val…
52 description: List of type and constant definitions (enums, flags, defines).
62 description: For C-compatible languages, header which already defines this value.
70 description: For const - the value.
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.
97 description: Name for enum, if empty no name will be used.
100 description: For enum the prefix of the values, optional.
105 description: Definition of attribute spaces for this family.
108 description: Definition of a single attribute space.
114 description: |
118 description: |
122 description: Name for the enum type of the attribute.
125 description: Documentation of the space.
128 description: |
134description: The explicit name for constant holding the count of attributes (last attr + 1).
137 description: The explicit name for last member of attribute enum.
141 description: List of attributes in the space.
154 description: Documentation of the attribute.
157 description: Value for the enum item representing this attribute in the uAPI.
160description: Name of the value extracted from the type of a nest-type-value attribute.
169 description: Name of the space (sub-space) used inside the attribute.
172 description: Name of the enum type used for the attribute.
175 description: |
181 description: Kernel input validation.
186description: Name of the flags constant on which to base mask (unsigned scalar types only).
189 description: Min value for an integer attribute.
192 description: Min length for a binary attribute.
195 description: Max length for a string or a binary attribute.
199 description: |
219 description: Operations supported by the protocol.
225 description: |
233 description: |
238 description: Name for the enum type with commands.
241description: Same as name-prefix but used to render notifications and events to separate enum.
244 description: Name for the enum type with notifications/events.
247 description: List of commands
255 description: Name of the operation, also defining its C enum value in uAPI.
258 description: Documentation for the command.
261 description: Value for the enum in the uAPI.
264 description: |
269 description: Command flags.
274 description: Kernel attribute validation flags.
279 description: Main command handler.
284 description: Definition of the request message for a given command.
289 description: |
297description: Hook for a function to run before the main callback (pre_doit or start).
300description: Hook for a function to run after the main callback (post_doit or done).
304 description: Name of the command sharing the reply type with this notification.
311 description: Explicit list of the attributes for the notification.
316 description: Name of the multicast group generating given notification.
319 description: List of multicast groups.
325 description: List of groups.
333 description: |
338 description: Override for the name of the define in C uAPI.