Searched refs:s_name (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dgenl_magic_func.h24 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
32 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
33 static struct nla_policy s_name ## _nl_policy[] __read_mostly = \
138 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
140 static int __ ## s_name ## _from_attrs(struct s_name *s, \
143 const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1; \
148 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
151 DPRINT_TLA(#s_name, "<=-", #tag_name); \
152 err = drbd_nla_parse_nested(ntb, maxtype, tla, s_name ## _nl_polic
[all...]
H A Dgenl_magic_struct.h121 #define GENL_struct(tag_name, tag_number, s_name, s_fields)
145 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
153 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
178 #define GENL_struct(tag_name, tag_number, s_name, s_fields)
204 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
217 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
218 static inline void ct_assert_unique_ ## s_name ## _attributes(void) \
248 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \
249 struct s_name { s_fields };
265 #define GENL_struct(tag_name, tag_number, s_name, s_field
[all...]
/linux-master/fs/smb/server/
H A Dmisc.c122 char *s_name; local
125 s_name = filename;
126 filename = strsep(&s_name, ":");
127 ksmbd_debug(SMB, "filename : %s, streams : %s\n", filename, s_name);
128 if (strchr(s_name, ':')) {
129 stream_type = s_name;
130 s_name = strsep(&stream_type, ":");
132 rc = ksmbd_validate_stream_name(s_name);
138 ksmbd_debug(SMB, "stream name : %s, stream type : %s\n", s_name,
148 *stream_name = s_name;
[all...]
/linux-master/arch/powerpc/boot/
H A Dhack-coff.c59 if (strcmp(shdr.s_name, ".text") == 0) {
62 } else if (strcmp(shdr.s_name, ".data") == 0) {
64 } else if (strcmp(shdr.s_name, ".bss") == 0) {
H A Drs6000.h79 char s_name[8]; /* section name */ member in struct:external_scnhdr
/linux-master/scripts/
H A Dextract-sys-certs.pl108 my $s_name = $sec->{name};
120 die "Cert object in multiple sections: ", $s_name, " and ", $s->{name}, "\n"
132 die "Cert object partially overflows section $s_name\n"
/linux-master/arch/mips/boot/
H A Decoff.h23 char s_name[8]; /* section name */ member in struct:scnhdr
H A Delf2ecoff.c449 strcpy(esecs[0].s_name, ".text");
450 strcpy(esecs[1].s_name, ".data");
451 strcpy(esecs[2].s_name, ".bss");
453 strcpy(esecs[3].s_name, ".rdata");
454 strcpy(esecs[4].s_name, ".sdata");
455 strcpy(esecs[5].s_name, ".sbss");
524 i, esecs[i].s_name, esecs[i].s_paddr,
/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h42 char s_name[8]; member in struct:scnhdr
/linux-master/include/uapi/linux/
H A Dcoff.h158 char s_name[8]; /* section name */ member in struct:COFF_scnhdr

Completed in 156 milliseconds