Home
last modified time | relevance | path

Searched refs:phyint_instances (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()
441 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in initifs()
597 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in select_test_ifs()
1052 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in run_timeouts()
1172 for (pii = phyint_instances; pii != NULL; in in_signal()
1239 for (pii = phyint_instances; pii != NULL; pii = next_pii) { 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()
2126 if (adopt && phyint_instances == NULL) in main()
[all …]
H A Dmpd_tables.c34 struct phyint_instance *phyint_instances = NULL; variable
357 pii->pii_next = phyint_instances; in phyint_inst_insert()
359 if (phyint_instances != NULL) in phyint_inst_insert()
360 phyint_instances->pii_prev = pii; in phyint_inst_insert()
361 phyint_instances = pii; in phyint_inst_insert()
1589 assert(phyint_instances == pii || pii->pii_prev != NULL); in phyint_inst_delete()
1592 phyint_instances = pii->pii_next; in phyint_inst_delete()
2608 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in phyint_inst_print_all()
H A Dmpd_tables.h403 extern struct phyint_instance *phyint_instances;
H A Dmpd_probe.c2692 for (pii = phyint_instances; pii != NULL; pii = pii->pii_next) { in reset_snxt_basetimes()