/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_global_data.c | 48 static char str1[32] = "abcdefghijklmnopqrstuvwxyz"; variable 88 test_reloc(string, 1, str1); in load_static_data() 90 str1[5] = 'x'; in load_static_data() 91 test_reloc(string, 3, str1); in load_static_data()
|
/Linux-v5.4/arch/arm64/lib/ |
D | copy_template.S | 67 str1 tmp1w, dst, #4 71 str1 tmp1, dst, #8 112 str1 tmp1, dst, #8 116 str1 tmp1w, dst, #4
|
D | memcpy.S | 47 .macro str1 ptr, regB, val macro
|
D | copy_to_user.S | 42 .macro str1 ptr, regB, val macro
|
D | copy_from_user.S | 43 .macro str1 ptr, regB, val macro
|
D | copy_in_user.S | 44 .macro str1 ptr, regB, val macro
|
/Linux-v5.4/init/ |
D | do_mounts_md.c | 58 char *str1; in md_setup() local 69 str1 = str; in md_setup() 101 str = str1; in md_setup()
|
/Linux-v5.4/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 300 union spe_reg str1; in init_default_values() local 322 str1.val = 0x1010101010101010ull; in init_default_values() 355 out_be64(&pmd_regs->tm_str1.val, str1.val); in init_default_values()
|
/Linux-v5.4/arch/x86/boot/ |
D | string.c | 48 int strcmp(const char *str1, const char *str2) in strcmp() argument 50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
|
D | string.h | 22 extern int strcmp(const char *str1, const char *str2);
|
D | boot.h | 326 int strcmp(const char *str1, const char *str2);
|
/Linux-v5.4/arch/arc/lib/ |
D | strcmp-archs.S | 21 ;; Detect NULL char in str1
|
/Linux-v5.4/tools/perf/util/ |
D | annotate.c | 3085 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument 3089 if (!strcmp("period", str1)) { in parse_percent_type() 3096 if (!strcmp("hits", str1)) { in parse_percent_type() 3111 char *str1, *str2; in annotate_parse_percent_type() local 3114 str1 = strdup(_str); in annotate_parse_percent_type() 3115 if (!str1) in annotate_parse_percent_type() 3118 str2 = strchr(str1, '-'); in annotate_parse_percent_type() 3124 type = parse_percent_type(str1, str2); in annotate_parse_percent_type() 3126 type = parse_percent_type(str2, str1); in annotate_parse_percent_type() 3133 free(str1); in annotate_parse_percent_type()
|
/Linux-v5.4/drivers/gpu/drm/sti/ |
D | sti_hdmi.c | 591 #define DBGFS_PRINT_STR(str1, str2) seq_printf(s, "%-24s %s\n", str1, str2) argument 592 #define DBGFS_PRINT_INT(str1, int2) seq_printf(s, "%-24s %d\n", str1, int2) argument
|
/Linux-v5.4/tools/usb/ |
D | ffs-test.c | 314 const char str1[sizeof STR_INTERFACE_]; member 329 #define STR_INTERFACE strings.lang0.str1
|
/Linux-v5.4/tools/lib/traceevent/ |
D | parse-filter.c | 2227 char *str1, *str2; in tep_filter_compare() local 2249 str1 = arg_to_str(filter1, filter_type1->filter); in tep_filter_compare() 2251 if (str1 && str2) in tep_filter_compare() 2252 result = strcmp(str1, str2) != 0; in tep_filter_compare() 2257 free(str1); in tep_filter_compare()
|
/Linux-v5.4/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 124 const char str1[sizeof(STR_INTERFACE)]; member
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | hal_com.h | 249 bool eqNByte(u8 *str1, u8 *str2, u32 num);
|
/Linux-v5.4/drivers/ata/ |
D | ahci_imx.c | 333 u32 str1, str2, str3, str4; in sata_ahci_read_temperature() local 365 str1 = (mpll_test_reg >> 2) & 0x7FF; in sata_ahci_read_temperature() 395 mpll_test_reg = (mpll_test_reg & 0xE03) | (str1) << 2; in sata_ahci_read_temperature()
|
/Linux-v5.4/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 126 const char str1[sizeof(STR_INTERFACE)]; member
|
/Linux-v5.4/scripts/kconfig/ |
D | expr.c | 1027 const char *str1, *str2; in expr_calc_value() local 1064 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 1068 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value() 1073 res = strcmp(str1, str2); in expr_calc_value()
|
/Linux-v5.4/tools/testing/selftests/vm/ |
D | userfaultfd.c | 275 static int my_bcmp(char *str1, char *str2, size_t n) in my_bcmp() argument 279 if (str1[i] != str2[i]) in my_bcmp()
|
/Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 1345 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() argument 1351 if (str1[num] != str2[num]) in eqNByte()
|
/Linux-v5.4/drivers/media/platform/sti/delta/ |
D | delta-v4l2.c | 1315 unsigned char str1[100] = ""; in delta_vb2_au_start_streaming() local 1379 delta_streaminfo_str(streaminfo, str1, sizeof(str1)), in delta_vb2_au_start_streaming()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1608 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() argument 1614 if (str1[num] != str2[num]) in _rtl8812ae_eq_n_byte()
|