Searched refs:bi_links (Results 1 – 3 of 3) sorted by relevance
283 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in link_sdu_fail()284 blcmp = list_next(&bip->bi_links, blcmp)) { in link_sdu_fail()468 for (blp = list_head(&bip->bi_links); blp != NULL; in bridge_m_setprop()469 blp = list_next(&bip->bi_links, blp)) { in bridge_m_setprop()691 list_destroy(&bip->bi_links); in inst_free()708 list_create(&bip->bi_links, sizeof (bridge_link_t), in inst_alloc()886 list_remove(&bip->bi_links, blp); in link_unref()888 if (bip->bi_trilldata != NULL && list_is_empty(&bip->bi_links)) in link_unref()1246 blnext = list_head(&bip->bi_links); in shutdown_inst()1248 blnext = list_next(&bip->bi_links, blp); in shutdown_inst()[all …]
101 list_t bi_links; member
1453 addr + offsetof(bridge_inst_t, bi_links)) != DCMD_OK) in do_show_bridge()