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

/linux-4.1.27/drivers/target/
H A Dtarget_core_pr.h43 #define PR_APTPL_MAX_IPORT_LEN 256 macro
H A Dtarget_core_configfs.c1075 if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) { target_core_dev_pr_store_attr_res_aptpl_metadata()
1077 " exceeds PR_APTPL_MAX_IPORT_LEN: %d\n", target_core_dev_pr_store_attr_res_aptpl_metadata()
1078 PR_APTPL_MAX_IPORT_LEN); target_core_dev_pr_store_attr_res_aptpl_metadata()
H A Dtarget_core_pr.c852 snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port); core_scsi3_alloc_aptpl_registration()
907 unsigned char i_port[PR_APTPL_MAX_IPORT_LEN]; __core_scsi3_check_aptpl_registration()
911 memset(i_port, 0, PR_APTPL_MAX_IPORT_LEN); __core_scsi3_check_aptpl_registration()
916 snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname); __core_scsi3_check_aptpl_registration()
/linux-4.1.27/include/target/
H A Dtarget_core_base.h371 #define PR_APTPL_MAX_IPORT_LEN 256 macro
372 unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];

Completed in 178 milliseconds