Searched refs:str2 (Results 1 – 4 of 4) sorted by relevance
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 207 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 229 str2 = strstr(str, "]"); in lio_target_call_addnptotpg() 230 if (!str2) { in lio_target_call_addnptotpg() 236 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg() 237 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg() 238 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 1323 char str1[32], str2[32]; in sptlrpc_import_sec_adapt_inplace() local 1330 str2, sizeof(str2))); in sptlrpc_import_sec_adapt_inplace() 1390 char str2[24]; in sptlrpc_import_sec_adapt() local 1399 sptlrpc_flavor2name(&sf, str2, sizeof(str2))); in sptlrpc_import_sec_adapt()
|
/drivers/target/ |
D | target_core_configfs.c | 3014 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local 3039 str2 = strstr(str+1, "_"); in target_core_call_addhbatotarget() 3040 if (str2) { in target_core_call_addhbatotarget() 3041 *str2 = '\0'; /* Terminate for *se_plugin_str */ in target_core_call_addhbatotarget() 3042 str2++; /* Skip to start of plugin dependent ID */ in target_core_call_addhbatotarget() 3043 str = str2; in target_core_call_addhbatotarget()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1548 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() argument 1554 if (str1[num] != str2[num]) in _rtl8812ae_eq_n_byte()
|