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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2778 bridge_link_t *blp = NULL, *blpt; local
2807 for (blpt = list_head(&bipt->bi_links); blpt != NULL;
2808 blpt = list_next(&bipt->bi_links, blpt)) {
2809 if (linkid == blpt->bl_linkid)
2813 if (blpt != NULL)

Completed in 50 milliseconds