Searched refs:hsc_state (Results 1 – 2 of 2) sorted by relevance
156 static void *hsc_state; variable1380 rc = ddi_soft_state_init(&hsc_state, sizeof (hsc_state_t), 1); in hsc_init()1407 ddi_soft_state_fini(&hsc_state); in hsc_fini()1537 rc = ddi_soft_state_zalloc(hsc_state, instance); in scsb_hsc_attach()1541 hsc = (hsc_state_t *)ddi_get_soft_state(hsc_state, instance); in scsb_hsc_attach()1591 ddi_soft_state_free(hsc_state, instance); in scsb_hsc_attach()1605 ddi_soft_state_free(hsc_state, instance); in scsb_hsc_attach()1690 ddi_soft_state_free(hsc_state, instance); in scsb_hsc_attach()1706 ddi_soft_state_free(hsc_state, instance); in scsb_hsc_attach()1754 ddi_soft_state_free(hsc_state, instance); in scsb_hsc_attach()[all …]
75 typedef struct hsc_state { struct