Searched refs:phyint_groups (Results 1 – 3 of 3) sorted by relevance
35 struct phyint_group *phyint_groups = NULL; variable301 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()
401 extern struct phyint_group *phyint_groups; /* List of all phyint groups */
306 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in initifs()444 for (pg = phyint_groups; pg != NULL; pg = next_pg) { in initifs()873 for (pg = phyint_groups; pg != NULL; pg = pg->pg_next) { in check_config()