Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c270 struct phyint_instance *next_pii; in initifs() local
439 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in initifs()
440 next_pii = pii->pii_next; in initifs()
583 struct phyint_instance *next_pii; in select_test_ifs() local
595 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in select_test_ifs()
596 next_pii = pii->pii_next; in select_test_ifs()
1032 struct phyint_instance *next_pii; in run_timeouts() local
1050 for (pii = phyint_instances; pii != NULL; pii = next_pii) { in run_timeouts()
1051 next_pii = pii->pii_next; in run_timeouts()
1228 struct phyint_instance *next_pii; in cleanup() local
[all …]