Searched refs:dtrace_softstate (Results 1 – 1 of 1) sorted by relevance
243 static void *dtrace_softstate; /* softstate pointer */ variable14616 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {14621 state = ddi_get_soft_state(dtrace_softstate, minor);15536 ddi_soft_state_free(dtrace_softstate, minor);17059 if (ddi_soft_state_init(&dtrace_softstate,17074 ddi_soft_state_fini(&dtrace_softstate);17325 state = ddi_get_soft_state(dtrace_softstate, minor);17460 state = ddi_get_soft_state(dtrace_softstate, minor);18307 ddi_soft_state_fini(&dtrace_softstate);