Lines Matching full:members
43 * @MEMBERS: The member declarations for the mirrored structs
49 * struct members.
51 #define struct_group(NAME, MEMBERS...) \ argument
52 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS)
59 * @MEMBERS: The member declarations for the mirrored structs
65 * struct members. Includes structure attributes argument.
67 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument
68 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
75 * @MEMBERS: The member declarations for the mirrored structs
81 * struct members. Includes struct tag argument for the named copy,
84 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument
85 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)