Searched refs:PR_APTPL_MAX_IPORT_LEN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.h | 49 #define PR_APTPL_MAX_IPORT_LEN 256 macro
|
H A D | target_core_pr.c | 875 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() 934 memset(i_port, 0, PR_APTPL_MAX_IPORT_LEN); in __core_scsi3_check_aptpl_registration() 939 snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname); in __core_scsi3_check_aptpl_registration()
|
H A D | target_core_configfs.c | 1968 if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) { in target_pr_res_aptpl_metadata_store() 1970 " exceeds PR_APTPL_MAX_IPORT_LEN: %d\n", in target_pr_res_aptpl_metadata_store() 1971 PR_APTPL_MAX_IPORT_LEN); in target_pr_res_aptpl_metadata_store()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.h | 49 #define PR_APTPL_MAX_IPORT_LEN 256 macro
|
H A D | target_core_pr.c | 874 snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port); in core_scsi3_alloc_aptpl_registration() 928 unsigned char i_port[PR_APTPL_MAX_IPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() 935 snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname); in __core_scsi3_check_aptpl_registration()
|
H A D | target_core_configfs.c | 2072 if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) { in target_pr_res_aptpl_metadata_store() 2074 " exceeds PR_APTPL_MAX_IPORT_LEN: %d\n", in target_pr_res_aptpl_metadata_store() 2075 PR_APTPL_MAX_IPORT_LEN); in target_pr_res_aptpl_metadata_store()
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 342 #define PR_APTPL_MAX_IPORT_LEN 256 macro 343 unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 349 #define PR_APTPL_MAX_IPORT_LEN 256 macro 350 unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];
|
Completed in 42 milliseconds