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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1225 bridge_link_t *blp, *blnext; local
1246 blnext = list_head(&bip->bi_links);
1247 while ((blp = blnext) != NULL) {
1248 blnext = list_next(&bip->bi_links, blp);

Completed in 52 milliseconds