Searched refs:PR_REG_ISID_ID_LEN (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_pr.c | 898 char i_buf[PR_REG_ISID_ID_LEN] = { }; in core_scsi3_aptpl_reserve() 900 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve() 1022 char i_buf[PR_REG_ISID_ID_LEN] = { }; in __core_scsi3_dump_registration() 1024 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration() 1283 char i_buf[PR_REG_ISID_ID_LEN] = { }; in __core_scsi3_free_registration() 1287 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() 1482 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port() 1792 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port() 1793 core_pr_dump_initiator_port(dest_pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port() 2270 char i_buf[PR_REG_ISID_ID_LEN] = { }; in core_scsi3_pro_reserve() [all …]
|
| H A D | target_core_configfs.c | 1878 char i_buf[PR_REG_ISID_ID_LEN] = { }; in target_core_dev_pr_show_spc3_res() 1885 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res() 2002 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show() 2013 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show() 2016 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
|
| /linux/include/target/ |
| H A D | target_core_base.h | 361 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro
|