Searched refs:__struct_group (Results 1 – 3 of 3) sorted by relevance
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | stddef.h | 13 #ifndef __struct_group 14 #define __struct_group(_tag, _name, _attrs, _members...) \ macro 23 __struct_group(/* no tag */, _name, /* no attrs */, _members) 28 __struct_group(_tag, _name, /* no attrs */, _members)
|
| /src/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_dcb.h | 43 #ifndef __struct_group 44 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ macro 52 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | bnxt_re.h | 121 #ifndef __struct_group 122 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ macro 130 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
|