Searched refs:amr_softstatep (Results 1 – 1 of 1) sorted by relevance
251 static struct amr_softs *amr_softstatep; variable259 error = ddi_soft_state_init((void *)&amr_softstatep, in _init()266 ddi_soft_state_fini((void*)&amr_softstatep); in _init()273 ddi_soft_state_fini((void*)&amr_softstatep); in _init()301 ddi_soft_state_fini((void*)&amr_softstatep); in _fini()331 if (ddi_soft_state_zalloc(amr_softstatep, instance) != DDI_SUCCESS) in amr_attach()333 softs = ddi_get_soft_state(amr_softstatep, instance); in amr_attach()491 ddi_soft_state_free(amr_softstatep, instance); in amr_attach()510 softs = ddi_get_soft_state(amr_softstatep, instance); in amr_detach()566 ddi_soft_state_free(amr_softstatep, instance); in amr_detach()[all …]