Searched refs:dtha_actions (Results 1 – 2 of 2) sorted by relevance
1098 dtrace_difo_t **dtha_actions; /* array of actions */ member
15270 rval = dtrace_dif_emulate(helper->dtha_actions[i], in dtrace_helper()15319 ASSERT(helper->dtha_actions[i] != NULL); in dtrace_helper_action_destroy()15320 dtrace_difo_release(helper->dtha_actions[i], vstate); in dtrace_helper_action_destroy()15323 kmem_free(helper->dtha_actions, in dtrace_helper_action_destroy()15425 err += dtrace_difo_validate_helper(helper->dtha_actions[i]); in dtrace_helper_validate()15479 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) * in dtrace_helper_action_add()15484 helper->dtha_actions[i++] = act->dtad_difo; in dtrace_helper_action_add()16516 new->dtha_actions = kmem_alloc(sz, KM_SLEEP); in dtrace_helpers_duplicate()16519 dtrace_difo_t *dpj = helper->dtha_actions[j]; in dtrace_helpers_duplicate()16523 new->dtha_actions[j] = dpj; in dtrace_helpers_duplicate()