Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c75 struct target *cur_tg, struct probe_fail_count *pfinfo);
77 struct target *cur_tg, struct probe_success_count *psinfo);
1591 struct target *cur_tg; in phyint_inst_timer() local
1745 cur_tg = pii->pii_probes[pr_ndx].pr_target; in phyint_inst_timer()
1764 assert(cur_tg != NULL); in phyint_inst_timer()
1772 if (cur_tg->tg_crtt != 0) { in phyint_inst_timer()
1773 timeout += cur_tg->tg_crtt; in phyint_inst_timer()
2058 struct target *cur_tg; in phyint_inst_probe_failure_state() local
2069 cur_tg = pii->pii_probes[pr_ndx].pr_target; in phyint_inst_probe_failure_state()
2070 probe_fail_info(pii, cur_tg, &pfinfo); in phyint_inst_probe_failure_state()
[all …]