Searched refs:PR_REG_ISID_ID_LEN (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() 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() 992 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration() 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() 1248 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration() 1250 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() 1251 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration() 1454 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port() [all …]
|
D | target_core_configfs.c | 775 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res() 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() 905 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_attr_res_pr_registered_i_pts() 916 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_attr_res_pr_registered_i_pts() 919 PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_attr_res_pr_registered_i_pts()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 368 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro
|