Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_pr.c899 char i_buf[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()
1023 char i_buf[PR_REG_ISID_ID_LEN] = { }; in __core_scsi3_dump_registration()
1025 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_dump_registration()
1284 char i_buf[PR_REG_ISID_ID_LEN] = { }; in __core_scsi3_free_registration()
1288 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in __core_scsi3_free_registration()
1491 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port()
1802 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port()
1803 core_pr_dump_initiator_port(dest_pr_reg, i_buf, PR_REG_ISID_ID_LEN); in core_scsi3_decode_spec_i_port()
2278 char i_buf[PR_REG_ISID_ID_LEN] = { }; in core_scsi3_pro_reserve()
[all …]
Dtarget_core_configfs.c1722 char i_buf[PR_REG_ISID_ID_LEN] = { }; in target_core_dev_pr_show_spc3_res()
1729 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); in target_core_dev_pr_show_spc3_res()
1846 char i_buf[PR_REG_ISID_ID_LEN]; in target_pr_res_pr_registered_i_pts_show()
1857 memset(i_buf, 0, PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
1860 PR_REG_ISID_ID_LEN); in target_pr_res_pr_registered_i_pts_show()
/linux-5.19.10/include/target/
Dtarget_core_base.h344 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5) macro