Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c1569 while (pii->pii_targets != NULL) in phyint_inst_delete()
1570 target_delete(pii->pii_targets); in phyint_inst_delete()
1641 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) in phyint_inst_print()
1644 if (pii->pii_targets == NULL) in phyint_inst_print()
1663 if (pii->pii_targets != NULL) { in phyint_inst_print()
2024 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in target_lookup()
2048 assert(pii->pii_targets == tg || tg->tg_prev != NULL); in target_next()
2049 assert(pii->pii_targets != NULL); in target_next()
2059 tg = pii->pii_targets; in target_next()
2130 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in target_select_best()
[all …]
H A Dmpd_probe.c1058 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in check_pii_crtt_improved()
1102 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in check_exception_target()
1141 if (pii->pii_targets != NULL) { in incoming_mcast_reply()
2031 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in reset_crtt_all()
2040 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in reset_crtt_all()
H A Dmpd_main.c746 if (pii->pii_targets == NULL) in select_test_ifs()
1785 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) in init_router_targets()
1797 for (tg = pii->pii_targets; tg != NULL; tg = next_tg) { in init_router_targets()
1824 if (pg != phyint_anongroup && pii->pii_targets == NULL) in init_host_targets()
1862 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) { in dup_host_targets()
H A Dmpd_tables.h231 struct target *pii_targets; /* List of targets on this link */ member