Home
last modified time | relevance | path

Searched refs:dtha_actions (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1025 dtrace_difo_t **dtha_actions; /* array of actions */ member
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c15322 rval = dtrace_dif_emulate(helper->dtha_actions[i],
15371 ASSERT(helper->dtha_actions[i] != NULL);
15372 dtrace_difo_release(helper->dtha_actions[i], vstate);
15375 kmem_free(helper->dtha_actions,
15479 err += dtrace_difo_validate_helper(helper->dtha_actions[i]);
15533 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) *
15538 helper->dtha_actions[i++] = act->dtad_difo;
16169 new->dtha_actions = kmem_alloc(sz, KM_SLEEP);
16172 dtrace_difo_t *dp = helper->dtha_actions[j];
16176 new->dtha_actions[j] = dp;