Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1030 dtrace_difo_t **dtha_actions; /* array of actions */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15785 rval = dtrace_dif_emulate(helper->dtha_actions[i],
15834 ASSERT(helper->dtha_actions[i] != NULL);
15835 dtrace_difo_release(helper->dtha_actions[i], vstate);
15838 kmem_free(helper->dtha_actions,
15944 err += dtrace_difo_validate_helper(helper->dtha_actions[i]);
15997 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) *
16002 helper->dtha_actions[i++] = act->dtad_difo;
16642 new->dtha_actions = kmem_alloc(sz, KM_SLEEP);
16645 dtrace_difo_t *dp = helper->dtha_actions[j];
16649 new->dtha_actions[j] = dp;