Searched refs:i_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_pr.c | 875 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve() local 877 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 878 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 891 i_buf); in core_scsi3_aptpl_reserve() 992 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration() local 994 memset(&i_buf[0], 0, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 995 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1001 i_buf); in __core_scsi3_dump_registration() 1248 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration() local 1250 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() [all …]
|
D | target_core_configfs.c | 775 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res() local 777 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 784 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 788 se_nacl->initiatorname, i_buf); in target_core_dev_pr_show_spc3_res() 905 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_attr_res_pr_registered_i_pts() local 916 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_attr_res_pr_registered_i_pts() 918 core_pr_dump_initiator_port(pr_reg, i_buf, in target_core_dev_pr_show_attr_res_pr_registered_i_pts() 922 pr_reg->pr_reg_nacl->initiatorname, i_buf, pr_reg->pr_res_key, in target_core_dev_pr_show_attr_res_pr_registered_i_pts()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 1017 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local 1058 i_buf = value; in iscsi_target_locate_portal() 1069 if (!i_buf) { in iscsi_target_locate_portal() 1082 iscsi_initiatorname_tolower(i_buf); in iscsi_target_locate_portal() 1212 &conn->tpg->tpg_se_tpg, i_buf); in iscsi_target_locate_portal() 1216 i_buf, conn->tpg->tpgt); in iscsi_target_locate_portal()
|