Home
last modified time | relevance | path

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

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