Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c182 static list_t bmac_list; variable
595 for (bmp = list_head(&bmac_list); bmp != NULL; in bmac_alloc()
596 bmp = list_next(&bmac_list, bmp)) { in bmac_alloc()
633 if (list_is_empty(&bmac_list)) { in bmac_alloc()
637 list_insert_tail(&bmac_list, bnew); in bmac_alloc()
1471 bmnext = list_head(&bmac_list); in bridge_timer()
1473 bmnext = list_next(&bmac_list, bmp); in bridge_timer()
1490 list_remove(&bmac_list, bmp); in bridge_timer()
1495 if (list_is_empty(&bmac_list)) { in bridge_timer()
3377 list_destroy(&bmac_list); in bridge_inst_fini()
[all …]