Searched refs:s_name (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | genl_magic_func.h | 21 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 29 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 30 static struct nla_policy s_name ## _nl_policy[] __read_mostly = \ 146 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 148 static int __ ## s_name ## _from_attrs(struct s_name *s, \ 151 const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1; \ 156 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \ 159 DPRINT_TLA(#s_name, "<=-", #tag_name); \ 160 err = drbd_nla_parse_nested(ntb, maxtype, tla, s_name ## _nl_policy); \ 167 static int s_name ## _from_attrs(struct s_name *s, \ [all …]
|
D | genl_magic_struct.h | 117 #define GENL_struct(tag_name, tag_number, s_name, s_fields) argument 141 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 149 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 174 #define GENL_struct(tag_name, tag_number, s_name, s_fields) argument 199 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 211 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 212 static inline void ct_assert_unique_ ## s_name ## _attributes(void) \ 241 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument 242 struct s_name { s_fields }; 258 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
|
/include/uapi/linux/ |
D | coff.h | 154 char s_name[8]; /* section name */ member
|