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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1147 bridge_fwd_t *bfp, *bfnext; local
1179 bfnext = avl_first(&bip->bi_fwd);
1180 while ((bfp = bfnext) != NULL) {
1181 bfnext = AVL_NEXT(&bip->bi_fwd, bfp);
1202 bfnext = avl_first(&fwd_scavenge);
1203 while ((bfp = bfnext) != NULL) {
1204 bfnext = AVL_NEXT(&fwd_scavenge, bfp);
1404 bridge_fwd_t *bfp, *bfnext; local
1431 bfnext = avl_first(&bip->bi_fwd);
1432 while ((bfp = bfnext) !
2641 bridge_fwd_t *bfp, *bfnext; local
3227 bridge_fwd_t *bfp, *bfnext; local
[all...]

Completed in 64 milliseconds