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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c69 * Bridge mac (snoop) instances are in bmac_list, which is protected by
179 static list_t bmac_list; variable
592 for (bmp = list_head(&bmac_list); bmp != NULL;
593 bmp = list_next(&bmac_list, bmp)) {
630 if (list_is_empty(&bmac_list)) {
634 list_insert_tail(&bmac_list, bnew);
1468 bmnext = list_head(&bmac_list);
1470 bmnext = list_next(&bmac_list, bmp);
1487 list_remove(&bmac_list, bmp);
1492 if (list_is_empty(&bmac_list)) {
[all...]

Completed in 50 milliseconds