Searched refs:dtha_actions (Results 1 – 3 of 3) sorted by relevance
1017 dtrace_difo_t **dtha_actions; /* array of actions */ member
14943 rval = dtrace_dif_emulate(helper->dtha_actions[i], in dtrace_helper()14992 ASSERT(helper->dtha_actions[i] != NULL); in dtrace_helper_action_destroy()14993 dtrace_difo_release(helper->dtha_actions[i], vstate); in dtrace_helper_action_destroy()14996 kmem_free(helper->dtha_actions, in dtrace_helper_action_destroy()15100 err += dtrace_difo_validate_helper(helper->dtha_actions[i]); in dtrace_helper_validate()15154 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) * in dtrace_helper_action_add()15159 helper->dtha_actions[i++] = act->dtad_difo; in dtrace_helper_action_add()15799 new->dtha_actions = kmem_alloc(sz, KM_SLEEP); in dtrace_helpers_duplicate()15802 dtrace_difo_t *dp = helper->dtha_actions[j]; in dtrace_helpers_duplicate()15806 new->dtha_actions[j] = dp; in dtrace_helpers_duplicate()
1491 haddr = (uintptr_t)helper.dtha_actions + in dtrace_helptrace()