Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_pr.h49 #define PR_APTPL_MAX_IPORT_LEN 256 macro
Dtarget_core_pr.c883 snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port); in core_scsi3_alloc_aptpl_registration()
938 unsigned char i_port[PR_APTPL_MAX_IPORT_LEN]; in __core_scsi3_check_aptpl_registration()
942 memset(i_port, 0, PR_APTPL_MAX_IPORT_LEN); in __core_scsi3_check_aptpl_registration()
947 snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname); in __core_scsi3_check_aptpl_registration()
Dtarget_core_configfs.c1676 if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) { in target_pr_res_aptpl_metadata_store()
1679 PR_APTPL_MAX_IPORT_LEN); in target_pr_res_aptpl_metadata_store()
/Linux-v4.19/include/target/
Dtarget_core_base.h335 #define PR_APTPL_MAX_IPORT_LEN 256 macro
336 unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];