Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddtrace_impl.h1016 dtrace_difo_t **dtha_actions; /* array of actions */ member
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c14440 rval = dtrace_dif_emulate(helper->dtha_actions[i], in dtrace_helper()
14489 ASSERT(helper->dtha_actions[i] != NULL); in dtrace_helper_action_destroy()
14490 dtrace_difo_release(helper->dtha_actions[i], vstate); in dtrace_helper_action_destroy()
14493 kmem_free(helper->dtha_actions, in dtrace_helper_action_destroy()
14597 err += dtrace_difo_validate_helper(helper->dtha_actions[i]); in dtrace_helper_validate()
14651 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) * in dtrace_helper_action_add()
14656 helper->dtha_actions[i++] = act->dtad_difo; in dtrace_helper_action_add()
15279 new->dtha_actions = kmem_alloc(sz, KM_SLEEP); in dtrace_helpers_duplicate()
15282 dtrace_difo_t *dp = helper->dtha_actions[j]; in dtrace_helpers_duplicate()
15286 new->dtha_actions[j] = dp; in dtrace_helpers_duplicate()
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1443 haddr = (uintptr_t)helper.dtha_actions + in dtrace_helptrace()