Searched refs:dtrace_softstate (Results 1 – 1 of 1) sorted by relevance
235 static void *dtrace_softstate; /* softstate pointer */ variable14582 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {14587 state = ddi_get_soft_state(dtrace_softstate, minor);15502 ddi_soft_state_free(dtrace_softstate, minor);17025 if (ddi_soft_state_init(&dtrace_softstate,17040 ddi_soft_state_fini(&dtrace_softstate);17291 state = ddi_get_soft_state(dtrace_softstate, minor);17426 state = ddi_get_soft_state(dtrace_softstate, minor);18273 ddi_soft_state_fini(&dtrace_softstate);