Searched refs:bnew (Results 1 – 1 of 1) sorted by relevance
581 bridge_mac_t *bmp, *bnew; in bmac_alloc() local589 bnew = kmem_zalloc(sizeof (*bnew), KM_SLEEP); in bmac_alloc()598 kmem_free(bnew, sizeof (*bnew)); in bmac_alloc()606 mac->m_driver = bnew; in bmac_alloc()620 err = mac_register(mac, &bnew->bm_mh); in bmac_alloc()624 kmem_free(bnew, sizeof (*bnew)); in bmac_alloc()628 bnew->bm_inst = bip; in bmac_alloc()629 (void) strcpy(bnew->bm_name, bip->bi_name); in bmac_alloc()634 list_insert_tail(&bmac_list, bnew); in bmac_alloc()641 mac_no_active(bnew->bm_mh); in bmac_alloc()[all …]