Home
last modified time | relevance | path

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

/illumos-gate/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()
1644 if (pii->pii_targets == NULL) in phyint_inst_print()
1663 if (pii->pii_targets != NULL) { in phyint_inst_print()
2059 tg = pii->pii_targets; in target_next()
2260 if (pii->pii_targets != NULL) { in target_create()
2302 if (pii->pii_targets == NULL) { in target_create()
2377 tg->tg_next = pii->pii_targets; in target_insert()
2381 pii->pii_targets = tg; in target_insert()
2422 pii->pii_targets = tg->tg_next; in target_delete()
[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.c748 if (pii->pii_targets == NULL) in select_test_ifs()
1787 for (tg = pii->pii_targets; tg != NULL; tg = tg->tg_next) in init_router_targets()
1799 for (tg = pii->pii_targets; tg != NULL; tg = next_tg) { in init_router_targets()
1826 if (pg != phyint_anongroup && pii->pii_targets == NULL) in init_host_targets()
1864 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