Home
last modified time | relevance | path

Searched refs:blcmp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c264 bridge_link_t *blcmp; in link_sdu_fail() local
286 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in link_sdu_fail()
287 blcmp = list_next(&bip->bi_links, blcmp)) { in link_sdu_fail()
288 if (blp != blcmp && in link_sdu_fail()
293 if (blcmp == NULL) { in link_sdu_fail()
2745 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in bridge_ls_cb()
2746 blcmp = list_next(&bip->bi_links, blcmp)) { in bridge_ls_cb()
2747 if (blcmp != blp && in bridge_ls_cb()
2768 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in bridge_ls_cb()
2769 blcmp = list_next(&bip->bi_links, blcmp)) { in bridge_ls_cb()
[all …]