Searched refs:PR_REG_ISID_ID_LEN (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/target/ |
| D | target_core_pr.c | 898 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve() 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() 1025 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration() 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() 1298 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration() 1302 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() 1303 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() 1506 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port() [all …]
|
| D | target_core_configfs.c | 1600 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res() 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() 1726 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show() 1737 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show() 1740 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
|
| /Linux-v5.4/include/target/ |
| D | target_core_base.h | 340 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro
|