Searched defs:dtrace_softstate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c176 static void *dtrace_softstate; /* softstate pointer */ variable
13646 if (ddi_soft_state_zalloc(dtrace_softstate, minor) != DDI_SUCCESS) {
13651 state = ddi_get_soft_state(dtrace_softstate, minor);
14481 ddi_soft_state_free(dtrace_softstate, minor);
15922 if (ddi_soft_state_init(&dtrace_softstate,
15937 ddi_soft_state_fini(&dtrace_softstate);
16154 state = ddi_get_soft_state(dtrace_softstate, minor);
16267 state = ddi_get_soft_state(dtrace_softstate, minor);
17113 ddi_soft_state_fini(&dtrace_softstate);

Completed in 81 milliseconds