Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c584 bridge_mac_t *bmp, *bnew; in bmac_alloc() local
592 bnew = kmem_zalloc(sizeof (*bnew), KM_SLEEP); in bmac_alloc()
601 kmem_free(bnew, sizeof (*bnew)); in bmac_alloc()
609 mac->m_driver = bnew; in bmac_alloc()
623 err = mac_register(mac, &bnew->bm_mh); in bmac_alloc()
627 kmem_free(bnew, sizeof (*bnew)); in bmac_alloc()
631 bnew->bm_inst = bip; in bmac_alloc()
632 (void) strcpy(bnew->bm_name, bip->bi_name); in bmac_alloc()
637 list_insert_tail(&bmac_list, bnew); in bmac_alloc()
644 mac_no_active(bnew->bm_mh); in bmac_alloc()
[all …]