Searched refs:dtrace_softstate (Results 1 – 1 of 1) sorted by relevance
243 static void *dtrace_softstate; /* softstate pointer */ variable14663 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {14668 state = ddi_get_soft_state(dtrace_softstate, minor);15577 ddi_soft_state_free(dtrace_softstate, minor);17116 if (ddi_soft_state_init(&dtrace_softstate,17131 ddi_soft_state_fini(&dtrace_softstate);17382 state = ddi_get_soft_state(dtrace_softstate, minor);17517 state = ddi_get_soft_state(dtrace_softstate, minor);18364 ddi_soft_state_fini(&dtrace_softstate);