Home
last modified time | relevance | path

Searched refs:phyint_groups (Results 1 – 3 of 3) 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
301 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in phyint_group_lookup()
491 pg->pg_next = phyint_groups; in phyint_group_insert()
493 if (phyint_groups != NULL) in phyint_group_insert()
494 phyint_groups->pg_prev = pg; in phyint_group_insert()
495 phyint_groups = pg; in phyint_group_insert()
1114 assert(phyint_groups == pg || pg->pg_prev != NULL); in phyint_group_delete()
1119 phyint_groups = pg->pg_next; in phyint_group_delete()
3348 for (ngroup = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next) in getgrouplist()
3352 for (i = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next, i++) { in getgrouplist()
H A Dmpd_tables.h401 extern struct phyint_group *phyint_groups; /* List of all phyint groups */
H A Dmpd_main.c308 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in initifs()
446 for (pg = phyint_groups; pg != NULL; pg = next_pg) { in initifs()
875 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in check_config()