Searched refs:PR_APTPL_MAX_IPORT_LEN (Results 1 – 4 of 4) sorted by relevance
49 #define PR_APTPL_MAX_IPORT_LEN 256 macro
876 snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port); in core_scsi3_alloc_aptpl_registration()930 unsigned char i_port[PR_APTPL_MAX_IPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration()937 snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname); in __core_scsi3_check_aptpl_registration()
2014 if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) { in target_pr_res_aptpl_metadata_store()2017 PR_APTPL_MAX_IPORT_LEN); in target_pr_res_aptpl_metadata_store()
347 #define PR_APTPL_MAX_IPORT_LEN 256 macro348 unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];
Completed in 21 milliseconds