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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1024 dtrace_difo_t **dtha_actions; /* array of actions */ member in struct:dtrace_helper_action
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13171 rval = dtrace_dif_emulate(helper->dtha_actions[i],
13220 ASSERT(helper->dtha_actions[i] != NULL);
13221 dtrace_difo_release(helper->dtha_actions[i], vstate);
13224 kmem_free(helper->dtha_actions,
13334 err += dtrace_difo_validate_helper(helper->dtha_actions[i]);
13397 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) *
13402 helper->dtha_actions[i++] = act->dtad_difo;
14475 new->dtha_actions = kmem_alloc(sz, KM_SLEEP);
14478 dtrace_difo_t *dp = helper->dtha_actions[j];
14482 new->dtha_actions[
[all...]

Completed in 21 milliseconds