| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genl_magic_func.h | 23 #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 D | genl_magic_struct.h | 123 #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 D | fat_write.c | 56 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 D | fat.c | 127 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 D | hack-coff.c | 59 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 D | rs6000.h | 79 char s_name[8]; /* section name */ member
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | extract-sys-certs.pl | 108 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 D | elf2ecoff.c | 449 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 D | ecoff.h | 23 char s_name[8]; /* section name */ member
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | a.out.h | 42 char s_name[8]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | coff.h | 158 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 D | coff.h | 155 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 D | coff.h | 155 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 D | netdb.h | 257 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 D | netdb.h | 257 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 D | bfd.info | 10582 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 D | bfd.info | 10582 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 D | libc.info-7 | 5604 ‘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 D | libc.info-7 | 5604 ‘char *s_name’
|