Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/target/
A Dtarget_core_pr.h50 #define PR_APTPL_MAX_TPORT_LEN 256 macro
A Dtarget_core_pr.c875 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
929 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration()
936 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
A Dtarget_core_configfs.c2122 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2125 PR_APTPL_MAX_TPORT_LEN); in target_pr_res_aptpl_metadata_store()
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h352 #define PR_APTPL_MAX_TPORT_LEN 256 macro
353 unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];

Completed in 21 milliseconds