Lines Matching refs:pshot_softstatep
99 static void *pshot_softstatep; variable
405 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()
930 ddi_soft_state_free(pshot_softstatep, instance); in pshot_detach()
1062 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_ctl()
1327 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_power()
1381 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_bus_power()
1774 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_open()
1813 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_close()
1840 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_ioctl()
2349 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_get_eventcookie()
2370 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_add_eventcall()
2393 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_remove_eventcall()
2415 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_post_event()
2547 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_bus_config()