Home
last modified time | relevance | path

Searched refs:PR_REG_ISID_LEN (Results 1 – 4 of 4) sorted by relevance

/linux/include/target/
H A Dtarget_core_base.h353 #define PR_REG_ISID_LEN 16 macro
355 #define PR_REG_ISID_ID_LEN (PR_REG_ISID_LEN + 5)
356 char pr_reg_isid[PR_REG_ISID_LEN];
/linux/drivers/target/
H A Dtarget_core_pr.c677 snprintf(pr_reg->pr_reg_isid, PR_REG_ISID_LEN, "%s", isid); in __core_scsi3_do_alloc_registration()
869 snprintf(pr_reg->pr_reg_isid, PR_REG_ISID_LEN, "%s", isid); in core_scsi3_alloc_aptpl_registration()
1202 unsigned char buf[PR_REG_ISID_LEN] = { }; in core_scsi3_locate_pr_reg()
1207 PR_REG_ISID_LEN); in core_scsi3_locate_pr_reg()
2045 unsigned char isid_buf[PR_REG_ISID_LEN] = { }; in core_scsi3_emulate_pro_register()
2058 PR_REG_ISID_LEN); in core_scsi3_emulate_pro_register()
H A Dtarget_core_transport.c387 unsigned char buf[PR_REG_ISID_LEN]; in __transport_register_session()
419 memset(&buf[0], 0, PR_REG_ISID_LEN); in __transport_register_session()
421 &buf[0], PR_REG_ISID_LEN); in __transport_register_session()
H A Dtarget_core_configfs.c2124 if (strlen(isid) >= PR_REG_ISID_LEN) { in target_pr_res_aptpl_metadata_store()
2127 PR_REG_ISID_LEN); in target_pr_res_aptpl_metadata_store()