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

/linux-4.1.27/drivers/target/
H A Dtarget_core_pr.h44 #define PR_APTPL_MAX_TPORT_LEN 256 macro
H A Dtarget_core_configfs.c1144 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { target_core_dev_pr_store_attr_res_aptpl_metadata()
1146 " exceeds PR_APTPL_MAX_TPORT_LEN: %d\n", target_core_dev_pr_store_attr_res_aptpl_metadata()
1147 PR_APTPL_MAX_TPORT_LEN); target_core_dev_pr_store_attr_res_aptpl_metadata()
H A Dtarget_core_pr.c853 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); core_scsi3_alloc_aptpl_registration()
908 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; __core_scsi3_check_aptpl_registration()
912 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); __core_scsi3_check_aptpl_registration()
917 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", __core_scsi3_check_aptpl_registration()
/linux-4.1.27/include/target/
H A Dtarget_core_base.h374 #define PR_APTPL_MAX_TPORT_LEN 256 macro
375 unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];

Completed in 234 milliseconds