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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2772 bridge_inst_t *bip, *bipt; local
2804 for (bipt = list_head(&inst_list); bipt != NULL;
2805 bipt = list_next(&inst_list, bipt)) {
2806 rw_enter(&bipt->bi_rwlock, RW_READER);
2807 for (blpt = list_head(&bipt->bi_links); blpt != NULL;
2808 blpt = list_next(&bipt->bi_links, blpt)) {
2812 rw_exit(&bipt->bi_rwlock);
2817 if (bipt !
[all...]

Completed in 51 milliseconds