Searched refs:unions (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/tools/bpf/resolve_btfids/ |
D | main.c | 106 struct rb_root unions; member 436 id = add_symbol(&obj->unions, prefix, sizeof(BTF_UNION) - 1); in symbols_collect() 520 root = &obj->unions; in symbols_resolve() 649 __symbols_patch(obj, &obj->unions) || in symbols_patch() 688 .unions = RB_ROOT, in main()
|
/Linux-v5.15/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.15/Documentation/translations/zh_CN/doc-guide/ |
D | kernel-doc.rst | 206 * struct nested_foobar - a struct with nested unions and structs
|
/Linux-v5.15/Documentation/process/ |
D | deprecated.rst | 249 when such a struct was in unions, structs of structs, etc).
|
/Linux-v5.15/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 262 * struct nested_foobar - a struct with nested unions and structs
|
/Linux-v5.15/Documentation/networking/ |
D | can.rst | 262 allows the user to define their own structs and unions to easily access
|