Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dasm.h25 #define __CAT(str1, str2) str1##str2 argument
27 #define __CAT(str1, str2) str1/**/str2 argument
29 #define CAT(str1, str2) __CAT(str1, str2) argument
/Linux-v4.19/arch/x86/boot/
Dstring.c37 int strcmp(const char *str1, const char *str2) in strcmp() argument
40 const unsigned char *s2 = (const unsigned char *)str2; in strcmp()
Dstring.h22 extern int strcmp(const char *str1, const char *str2);
Dboot.h330 int strcmp(const char *str1, const char *str2);
/Linux-v4.19/arch/powerpc/platforms/cell/
Dcbe_thermal.c314 u64 str2; in init_default_values() local
339 str2 = 0x10; in init_default_values()
367 out_be64(&pmd_regs->tm_str2, str2); in init_default_values()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_configfs.c169 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local
184 str2 = strstr(str, "]"); in lio_target_call_addnptotpg()
185 if (!str2) { in lio_target_call_addnptotpg()
192 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg()
193 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg()
195 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
/Linux-v4.19/tools/perf/util/
Dannotate.c2831 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2836 if (!strcmp("local", str2)) in parse_percent_type()
2838 else if (!strcmp("global", str2)) in parse_percent_type()
2843 if (!strcmp("local", str2)) in parse_percent_type()
2845 else if (!strcmp("global", str2)) in parse_percent_type()
2857 char *str1, *str2; in annotate_parse_percent_type() local
2864 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2865 if (!str2) in annotate_parse_percent_type()
2868 *str2++ = 0; in annotate_parse_percent_type()
2870 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
[all …]
/Linux-v4.19/scripts/kconfig/
Dexpr.c1029 const char *str1, *str2; in expr_calc_value() local
1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value()
1075 res = strcmp(str1, str2); in expr_calc_value()
1078 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value()
1081 res = strcmp(str1, str2); in expr_calc_value()
Dqconf.cc1214 QString str2 = print_filter(str); in expr_print_help() local
1218 *text += str2; in expr_print_help()
1221 *text += str2; in expr_print_help()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_com.h250 bool eqNByte(u8 *str1, u8 *str2, u32 num);
/Linux-v4.19/drivers/ata/
Dahci_imx.c344 u32 str1, str2, str3, str4; in sata_ahci_read_temperature() local
378 str2 = (rtune_ctl_reg) & 0x3; in sata_ahci_read_temperature()
408 rtune_ctl_reg = (rtune_ctl_reg & 0xFFC) | (str2); in sata_ahci_read_temperature()
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c2390 char *str1, *str2; in tep_filter_compare() local
2421 str2 = arg_to_str(filter2, filter_type2->filter); in tep_filter_compare()
2422 if (str1 && str2) in tep_filter_compare()
2423 result = strcmp(str1, str2) != 0; in tep_filter_compare()
2429 free(str2); in tep_filter_compare()
/Linux-v4.19/drivers/target/
Dtarget_core_configfs.c3126 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local
3151 str2 = strstr(str+1, "_"); in target_core_call_addhbatotarget()
3152 if (str2) { in target_core_call_addhbatotarget()
3153 *str2 = '\0'; /* Terminate for *se_plugin_str */ in target_core_call_addhbatotarget()
3154 str2++; /* Skip to start of plugin dependent ID */ in target_core_call_addhbatotarget()
3155 str = str2; in target_core_call_addhbatotarget()
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c265 static int my_bcmp(char *str1, char *str2, size_t n) in my_bcmp() argument
269 if (str1[i] != str2[i]) in my_bcmp()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c1354 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() argument
1360 if (str1[num] != str2[num]) in eqNByte()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_hdmi.c587 #define DBGFS_PRINT_STR(str1, str2) seq_printf(s, "%-24s %s\n", str1, str2) argument
/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-v4l2.c1316 unsigned char str2[100] = ""; in delta_vb2_au_start_streaming() local
1380 delta_frameinfo_str(frameinfo, str2, sizeof(str2))); in delta_vb2_au_start_streaming()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dphy.c718 static bool _rtl8822be_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8822be_eq_n_byte() argument
724 if (str1[num] != str2[num]) in _rtl8822be_eq_n_byte()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1629 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() argument
1635 if (str1[num] != str2[num]) in _rtl8812ae_eq_n_byte()