Searched refs:dtrace_softstate (Results 1 – 1 of 1) sorted by relevance
280 static void *dtrace_softstate; /* softstate pointer */ variable14944 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {14949 state = ddi_get_soft_state(dtrace_softstate, minor);15897 ddi_soft_state_free(dtrace_softstate, minor);17454 if (ddi_soft_state_init(&dtrace_softstate,17469 ddi_soft_state_fini(&dtrace_softstate);17783 state = ddi_get_soft_state(dtrace_softstate, minor);17923 state = ddi_get_soft_state(dtrace_softstate, minor);18770 ddi_soft_state_fini(&dtrace_softstate);