Searched defs:next_tg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1770 struct target *next_tg; local
1797 for (tg = pii->pii_targets; tg != NULL; tg = next_tg) {
1798 next_tg = tg->tg_next;

Completed in 51 milliseconds