Home
last modified time | relevance | path

Searched refs:PR_REG_ISID_ID_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c901 char i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_aptpl_reserve()
903 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve()
904 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_aptpl_reserve()
1028 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_dump_registration()
1030 memset(&i_buf[0], 0, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration()
1031 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration()
1304 char i_buf[PR_REG_ISID_ID_LEN]; in __core_scsi3_free_registration()
1306 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration()
1307 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration()
1517 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port()
[all …]
Dtarget_core_configfs.c1245 char i_buf[PR_REG_ISID_ID_LEN]; in target_core_dev_pr_show_spc3_res()
1247 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res()
1254 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res()
1367 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show()
1378 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
1381 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
/linux-4.4.14/include/target/
Dtarget_core_base.h328 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro