Searched refs:t_pport (Results 1 – 3 of 3) sorted by relevance
715 if (target->t_pport != NULL) { in target_set_physical_port()720 target->t_pport = checked_strdup(pport); in target_set_physical_port()
1218 free(targ->t_pport); in target_delete()2445 if (!targ->t_pport) in new_pports_from_conf()2448 ret = sscanf(targ->t_pport, "ioctl/%d/%d", &i_pp, &i_vp); in new_pports_from_conf()2460 pp = pport_find(kports, targ->t_pport); in new_pports_from_conf()2463 targ->t_pport, targ->t_name); in new_pports_from_conf()2469 targ->t_pport, targ->t_name); in new_pports_from_conf()2475 targ->t_pport, targ->t_name); in new_pports_from_conf()
186 char *t_pport; member