Searched refs:tmp_dev_wwn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 59 unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN]; in target_xcopy_locate_se_dev_e4_iter() local 67 memset(&tmp_dev_wwn[0], 0, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 68 target_xcopy_gen_naa_ieee(se_dev, &tmp_dev_wwn[0]); in target_xcopy_locate_se_dev_e4_iter() 70 rc = memcmp(&tmp_dev_wwn[0], dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 73 XCOPY_NAA_IEEE_REGEX_LEN, tmp_dev_wwn); in target_xcopy_locate_se_dev_e4_iter()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 46 unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN]; in target_xcopy_locate_se_dev_e4_iter() local 54 memset(&tmp_dev_wwn[0], 0, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 55 spc_gen_naa_6h_vendor_specific(se_dev, &tmp_dev_wwn[0]); in target_xcopy_locate_se_dev_e4_iter() 57 rc = memcmp(&tmp_dev_wwn[0], dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 60 XCOPY_NAA_IEEE_REGEX_LEN, tmp_dev_wwn); in target_xcopy_locate_se_dev_e4_iter()
|
Completed in 3 milliseconds