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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c271 struct phyint_group *pg, *next_pg; local
444 for (pg = phyint_groups; pg != NULL; pg = next_pg) {
445 next_pg = pg->pg_next;

Completed in 50 milliseconds