Searched refs:unions (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/tools/bpf/resolve_btfids/ |
| D | main.c | 106 struct rb_root unions; member 429 id = add_symbol(&obj->unions, prefix, sizeof(BTF_UNION) - 1); in symbols_collect() 513 root = &obj->unions; in symbols_resolve() 638 __symbols_patch(obj, &obj->unions) || in symbols_patch() 674 .unions = RB_ROOT, in main()
|
| /Linux-v5.10/Documentation/doc-guide/ |
| D | kernel-doc.rst | 184 ``enum`` to describe unions or enums. ``member`` is used to mean struct 194 Members of structs, unions and enums should be documented the same way 225 Nested structs/unions 228 It is possible to document nested structs and unions, like:: 231 * struct nested_foobar - a struct with nested unions and structs 270 #) When documenting nested structs or unions, if the struct/union ``foo`` 415 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
|
| /Linux-v5.10/Documentation/process/ |
| D | deprecated.rst | 247 when such a struct was in unions, structs of structs, etc).
|
| /Linux-v5.10/Documentation/translations/it_IT/doc-guide/ |
| D | kernel-doc.rst | 262 * struct nested_foobar - a struct with nested unions and structs
|
| /Linux-v5.10/Documentation/networking/ |
| D | can.rst | 246 allows the user to define their own structs and unions to easily access
|