Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c294 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in initifs()
442 next_pii = pii->pii_next; in initifs()
598 next_pii = pii->pii_next; in select_test_ifs()
1053 next_pii = pii->pii_next; in run_timeouts()
1173 pii = pii->pii_next) { in in_signal()
1240 next_pii = pii->pii_next; in cleanup()
1779 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in init_router_targets()
1794 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in init_router_targets()
1824 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in init_host_targets()
2156 pii = pii->pii_next) { in main()
H A Dmpd_tables.c357 pii->pii_next = phyint_instances; in phyint_inst_insert()
1592 phyint_instances = pii->pii_next; in phyint_inst_delete()
1594 pii->pii_prev->pii_next = pii->pii_next; in phyint_inst_delete()
1596 if (pii->pii_next != NULL) in phyint_inst_delete()
1597 pii->pii_next->pii_prev = pii->pii_prev; in phyint_inst_delete()
1598 pii->pii_next = NULL; in phyint_inst_delete()
2608 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in phyint_inst_print_all()
H A Dmpd_tables.h227 struct phyint_instance *pii_next; /* List of all phyint insts */ member
H A Dmpd_probe.c2692 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in reset_snxt_basetimes()