Searched refs:fg_next (Results 1 – 5 of 5) sorted by relevance
190 for (g = groups; g != NULL; g = g->fg_next)197 g->fg_next = groups;231 for (g = groups; g != NULL; g = g->fg_next)237 g->fg_next = groups;308 for (g = groups; g != NULL; g = g->fg_next) {328 for (g = groups; g != NULL; g = g->fg_next) {375 for (g = groups; g != grp; g = g->fg_next)392 for (g = groups; g != grp; g = g->fg_next)415 for (g = groups; g != NULL; g = g->fg_next) in emittail()431 for (g = groups; g != NULL; g = g->fg_next) in emittail()[all …]
882 for (g = grtop; g != NULL; g = g->fg_next) {899 grtail->fg_next = g;998 grtail->fg_next = g;1011 grtop = g->fg_next;1892 fp = grp.fg_next)1899 fp = grp.fg_next)
714 fg = fg->fg_next) {723 fg = fg->fg_next) {
3523 fgp = &fg->fg_next;3583 fg->fg_next = *fgp;3636 for (gp = group->fg_set; *gp != NULL; gp = &(*gp)->fg_next) {3638 *gp = group->fg_next;3837 fg = fg->fg_next;3857 fgp = &fg->fg_next;4146 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)4148 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)7844 fg = fg->fg_next;7861 fg = fg->fg_next;
1147 struct frgroup *fg_next; member