Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_pr.h44 #define PR_APTPL_MAX_TPORT_LEN 256 macro
Dtarget_core_pr.c879 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
934 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; in __core_scsi3_check_aptpl_registration()
938 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); in __core_scsi3_check_aptpl_registration()
943 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
Dtarget_core_configfs.c1608 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
1611 PR_APTPL_MAX_TPORT_LEN); in target_pr_res_aptpl_metadata_store()
/linux-4.4.14/include/target/
Dtarget_core_base.h334 #define PR_APTPL_MAX_TPORT_LEN 256 macro
335 unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];