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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c35 struct phyint_group *phyint_groups = NULL; variable in typeref:struct:phyint_group
301 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) {
491 pg->pg_next = phyint_groups;
493 if (phyint_groups != NULL)
494 phyint_groups->pg_prev = pg;
495 phyint_groups = pg;
1114 assert(phyint_groups == pg || pg->pg_prev != NULL);
1119 phyint_groups = pg->pg_next;
3348 for (ngroup = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next)
3352 for (i = 0, pg = phyint_groups; p
[all...]

Completed in 80 milliseconds