Home
last modified time | relevance | path

Searched refs:t_port (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c2026 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2145 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2146 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2150 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2180 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2194 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2201 kfree(t_port); in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c827 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
836 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
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() local
936 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
951 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1239 static void gen_bpt_io(DisasContext *s, TCGv_i32 t_port, int ot) in gen_bpt_io() argument
1248 gen_helper_bpt_io(tcg_env, t_port, t_size, t_next); in gen_bpt_io()