Searched refs:PR_APTPL_MAX_TPORT_LEN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.h | 50 #define PR_APTPL_MAX_TPORT_LEN 256 macro
|
H A D | target_core_pr.c | 876 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration() 931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; in __core_scsi3_check_aptpl_registration() 935 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); in __core_scsi3_check_aptpl_registration() 940 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
|
H A D | target_core_configfs.c | 2046 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store() 2048 " exceeds PR_APTPL_MAX_TPORT_LEN: %d\n", in target_pr_res_aptpl_metadata_store() 2049 PR_APTPL_MAX_TPORT_LEN); in target_pr_res_aptpl_metadata_store()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.h | 50 #define PR_APTPL_MAX_TPORT_LEN 256 macro
|
H A D | target_core_pr.c | 875 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration() 929 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() 936 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
|
H A D | target_core_configfs.c | 2150 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store() 2152 " exceeds PR_APTPL_MAX_TPORT_LEN: %d\n", in target_pr_res_aptpl_metadata_store() 2153 PR_APTPL_MAX_TPORT_LEN); in target_pr_res_aptpl_metadata_store()
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 345 #define PR_APTPL_MAX_TPORT_LEN 256 macro 346 unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 352 #define PR_APTPL_MAX_TPORT_LEN 256 macro 353 unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];
|
Completed in 23 milliseconds