Searched refs:pshot_softstatep (Results 1 – 1 of 1) sorted by relevance
99 static void *pshot_softstatep; variable405 rv = ddi_soft_state_init(&pshot_softstatep, sizeof (pshot_t), 0); in _init()415 ddi_soft_state_fini(&pshot_softstatep); in _init()429 ddi_soft_state_fini(&pshot_softstatep); in _fini()482 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_info()550 if (ddi_soft_state_zalloc(pshot_softstatep, instance) != in pshot_attach()554 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()801 ddi_soft_state_free(pshot_softstatep, instance); in pshot_attach()809 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()845 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_detach()[all …]