Searched refs:dtrace_softstate (Results 1 – 1 of 1) sorted by relevance
243 static void *dtrace_softstate; /* softstate pointer */ variable14650 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {14655 state = ddi_get_soft_state(dtrace_softstate, minor);15564 ddi_soft_state_free(dtrace_softstate, minor);17087 if (ddi_soft_state_init(&dtrace_softstate,17102 ddi_soft_state_fini(&dtrace_softstate);17353 state = ddi_get_soft_state(dtrace_softstate, minor);17488 state = ddi_get_soft_state(dtrace_softstate, minor);18335 ddi_soft_state_fini(&dtrace_softstate);