Searched refs:unions (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/bpf/resolve_btfids/ |
D | main.c | 123 struct rb_root unions; member 453 id = add_symbol(&obj->unions, prefix, sizeof(BTF_UNION) - 1); in symbols_collect() 562 root = &obj->unions; in symbols_resolve() 692 __symbols_patch(obj, &obj->unions) || in symbols_patch() 730 .unions = RB_ROOT, in main()
|
/linux-6.1.9/Documentation/doc-guide/ |
D | kernel-doc.rst | 190 ``enum`` to describe unions or enums. ``member`` is used to mean struct 200 Members of structs, unions and enums should be documented the same way 231 Nested structs/unions 234 It is possible to document nested structs and unions, like:: 237 * struct nested_foobar - a struct with nested unions and structs 276 #) When documenting nested structs or unions, if the struct/union ``foo`` 421 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
|
/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/ |
D | kernel-doc.rst | 206 * struct nested_foobar - a struct with nested unions and structs
|
/linux-6.1.9/Documentation/process/ |
D | deprecated.rst | 267 when such a struct was in unions, structs of structs, etc).
|
/linux-6.1.9/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 263 * struct nested_foobar - a struct with nested unions and structs
|
/linux-6.1.9/Documentation/networking/ |
D | can.rst | 262 allows the user to define their own structs and unions to easily access
|