Home
last modified time | relevance | path

Searched refs:s_name (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dgenl_magic_func.h23 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
31 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
32 static struct nla_policy s_name ## _nl_policy[] __read_mostly = \
137 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
139 static int __ ## s_name ## _from_attrs(struct s_name *s, \
142 const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1; \
147 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
150 DPRINT_TLA(#s_name, "<=-", #tag_name); \
151 err = drbd_nla_parse_nested(ntb, maxtype, tla, s_name ## _nl_policy); \
158 static int s_name ## _from_attrs(struct s_name *s, \
[all …]
H A Dgenl_magic_struct.h123 #define GENL_struct(tag_name, tag_number, s_name, s_fields) argument
147 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
155 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
180 #define GENL_struct(tag_name, tag_number, s_name, s_fields) argument
206 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
219 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
220 static inline void ct_assert_unique_ ## s_name ## _attributes(void) \
250 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
251 struct s_name { s_fields };
267 #define GENL_struct(tag_name, tag_number, s_name, s_fields) \ argument
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c56 char s_name[VFAT_MAXLEN_BYTES]; in set_name() local
67 strcpy(s_name, filename); in set_name()
68 uppercase(s_name, len); in set_name()
70 period = strchr(s_name, '.'); in set_name()
75 period_location = period - s_name; in set_name()
81 memcpy(dirent->name, s_name, period_location); in set_name()
85 memcpy(dirent->name, s_name, period_location); in set_name()
87 memcpy(dirent->name, s_name, 6); in set_name()
93 memcpy(dirent->ext, s_name + period_location + 1, ext_num); in set_name()
97 memcpy(dirent->ext, s_name + period_location + 1, 3); in set_name()
[all …]
H A Dfat.c127 static void get_name(dir_entry *dirent, char *s_name) in get_name() argument
131 memcpy(s_name, dirent->name, 8); in get_name()
132 s_name[8] = '\0'; in get_name()
133 ptr = s_name; in get_name()
137 downcase(s_name, (unsigned)(ptr - s_name)); in get_name()
148 if (*s_name == DELETED_FLAG) in get_name()
149 *s_name = '\0'; in get_name()
150 else if (*s_name == aRING) in get_name()
151 *s_name = DELETED_FLAG; in get_name()
654 char s_name[14]; /* short 8.3 name */ member
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dhack-coff.c59 if (strcmp(shdr.s_name, ".text") == 0) { in main()
62 } else if (strcmp(shdr.s_name, ".data") == 0) { in main()
64 } else if (strcmp(shdr.s_name, ".bss") == 0) { in main()
H A Drs6000.h79 char s_name[8]; /* section name */ member
/OK3568_Linux_fs/kernel/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"
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A Delf2ecoff.c449 strcpy(esecs[0].s_name, ".text"); in main()
450 strcpy(esecs[1].s_name, ".data"); in main()
451 strcpy(esecs[2].s_name, ".bss"); in main()
453 strcpy(esecs[3].s_name, ".rdata"); in main()
454 strcpy(esecs[4].s_name, ".sdata"); in main()
455 strcpy(esecs[5].s_name, ".sbss"); in main()
524 i, esecs[i].s_name, esecs[i].s_paddr, in main()
H A Decoff.h23 char s_name[8]; /* section name */ member
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Da.out.h42 char s_name[8]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoff.h158 char s_name[8]; /* section name */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoff.h155 char s_name[8]; /* section name */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoff.h155 char s_name[8]; /* section name */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dnetdb.h257 char *s_name; /* Official service name. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dnetdb.h257 char *s_name; /* Official service name. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info10582 eight bytes available in the 's_name' field of the 'SCNHDR' section
10590 If a section name is too long to fit into the section header's 's_name'
10591 field, it is instead placed into the string table, and the 's_name'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info10582 eight bytes available in the 's_name' field of the 'SCNHDR' section
10590 If a section name is too long to fit into the section header's 's_name'
10591 field, it is instead placed into the string table, and the 's_name'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-75604 ‘char *s_name
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-75604 ‘char *s_name