Searched refs:i_buf (Results 1 – 4 of 4) sorted by relevance
/drivers/target/ |
D | target_core_pr.c | 898 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve() local 900 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 901 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 914 i_buf); in core_scsi3_aptpl_reserve() 1025 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration() local 1027 memset(&i_buf[0], 0, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1028 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1034 i_buf); in __core_scsi3_dump_registration() 1298 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration() local 1302 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() [all …]
|
D | target_core_configfs.c | 1600 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res() local 1602 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1609 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 1613 se_nacl->initiatorname, i_buf); in target_core_dev_pr_show_spc3_res() 1726 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show() local 1737 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show() 1739 core_pr_dump_initiator_port(pr_reg, i_buf, in target_pr_res_pr_registered_i_pts_show() 1743 pr_reg->pr_reg_nacl->initiatorname, i_buf, pr_reg->pr_res_key, in target_pr_res_pr_registered_i_pts_show()
|
/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 1043 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local 1083 i_buf = value; in iscsi_target_locate_portal() 1094 if (!i_buf) { in iscsi_target_locate_portal() 1107 iscsi_initiatorname_tolower(i_buf); in iscsi_target_locate_portal() 1237 &conn->tpg->tpg_se_tpg, i_buf); in iscsi_target_locate_portal() 1241 i_buf, conn->tpg->tpgt); in iscsi_target_locate_portal()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 668 u32 *o_mcp_param, u32 i_txn_size, u32 *i_buf) in qed_mcp_nvm_wr_cmd() argument 676 mb_params.p_data_src = i_buf; in qed_mcp_nvm_wr_cmd()
|