Symbol: s_name
arch/alpha/include/uapi/asm/a.out.h
42
char s_name[8];
arch/mips/boot/ecoff.h
23
char s_name[8]; /* section name */
arch/mips/boot/elf2ecoff.c
449
strcpy(esecs[0].s_name, ".text");
arch/mips/boot/elf2ecoff.c
450
strcpy(esecs[1].s_name, ".data");
arch/mips/boot/elf2ecoff.c
451
strcpy(esecs[2].s_name, ".bss");
arch/mips/boot/elf2ecoff.c
453
strcpy(esecs[3].s_name, ".rdata");
arch/mips/boot/elf2ecoff.c
454
strcpy(esecs[4].s_name, ".sdata");
arch/mips/boot/elf2ecoff.c
455
strcpy(esecs[5].s_name, ".sbss");
arch/mips/boot/elf2ecoff.c
524
i, esecs[i].s_name, esecs[i].s_paddr,
arch/powerpc/boot/hack-coff.c
59
if (strcmp(shdr.s_name, ".text") == 0) {
arch/powerpc/boot/hack-coff.c
62
} else if (strcmp(shdr.s_name, ".data") == 0) {
arch/powerpc/boot/hack-coff.c
64
} else if (strcmp(shdr.s_name, ".bss") == 0) {
arch/powerpc/boot/rs6000.h
75
char s_name[8]; /* section name */
fs/smb/server/misc.c
122
char *s_name;
fs/smb/server/misc.c
125
s_name = filename;
fs/smb/server/misc.c
126
filename = strsep(&s_name, ":");
fs/smb/server/misc.c
127
ksmbd_debug(SMB, "filename : %s, streams : %s\n", filename, s_name);
fs/smb/server/misc.c
128
if (strchr(s_name, ':')) {
fs/smb/server/misc.c
129
stream_type = s_name;
fs/smb/server/misc.c
130
s_name = strsep(&stream_type, ":");
fs/smb/server/misc.c
132
rc = ksmbd_validate_stream_name(s_name);
fs/smb/server/misc.c
138
ksmbd_debug(SMB, "stream name : %s, stream type : %s\n", s_name,
fs/smb/server/misc.c
148
*stream_name = s_name;
include/linux/genl_magic_func.h
138
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_func.h
140
static int __ ## s_name ## _from_attrs(struct s_name *s, \
include/linux/genl_magic_func.h
143
const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1; \
include/linux/genl_magic_func.h
148
BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
include/linux/genl_magic_func.h
151
DPRINT_TLA(#s_name, "<=-", #tag_name); \
include/linux/genl_magic_func.h
152
err = drbd_nla_parse_nested(ntb, maxtype, tla, s_name ## _nl_policy); \
include/linux/genl_magic_func.h
159
static int s_name ## _from_attrs(struct s_name *s, \
include/linux/genl_magic_func.h
162
return __ ## s_name ## _from_attrs(s, info, false); \
include/linux/genl_magic_func.h
164
static int s_name ## _from_attrs_for_change(struct s_name *s, \
include/linux/genl_magic_func.h
167
return __ ## s_name ## _from_attrs(s, info, true); \
include/linux/genl_magic_func.h
207
#define GENL_struct(tag_name, tag_number, s_name, s_fields)
include/linux/genl_magic_func.h
24
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_func.h
32
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_func.h
323
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_func.h
324
static int s_name ## _to_skb(struct sk_buff *skb, struct s_name *s, \
include/linux/genl_magic_func.h
33
static struct nla_policy s_name ## _nl_policy[] __read_mostly = \
include/linux/genl_magic_func.h
330
DPRINT_TLA(#s_name, "-=>", #tag_name); \
include/linux/genl_magic_func.h
340
static inline int s_name ## _to_priv_skb(struct sk_buff *skb, \
include/linux/genl_magic_func.h
341
struct s_name *s) \
include/linux/genl_magic_func.h
343
return s_name ## _to_skb(skb, s, 0); \
include/linux/genl_magic_func.h
345
static inline int s_name ## _to_unpriv_skb(struct sk_buff *skb, \
include/linux/genl_magic_func.h
346
struct s_name *s) \
include/linux/genl_magic_func.h
348
return s_name ## _to_skb(skb, s, 1); \
include/linux/genl_magic_func.h
397
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_func.h
398
static void set_ ## s_name ## _defaults(struct s_name *x) __attribute__((unused)); \
include/linux/genl_magic_func.h
399
static void set_ ## s_name ## _defaults(struct s_name *x) { \
include/linux/genl_magic_struct.h
121
#define GENL_struct(tag_name, tag_number, s_name, s_fields)
include/linux/genl_magic_struct.h
145
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_struct.h
153
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_struct.h
178
#define GENL_struct(tag_name, tag_number, s_name, s_fields)
include/linux/genl_magic_struct.h
204
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_struct.h
217
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_struct.h
218
static inline void ct_assert_unique_ ## s_name ## _attributes(void) \
include/linux/genl_magic_struct.h
248
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/linux/genl_magic_struct.h
265
#define GENL_struct(tag_name, tag_number, s_name, s_fields) \
include/uapi/linux/coff.h
158
char s_name[8]; /* section name */