dtrace_helper_action_t
dtrace_helper_action_t helper;
dtrace_helper_trace(dtrace_helper_action_t *helper,
dtrace_helper_action_t *helper;
dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
kmem_free(helper, sizeof (dtrace_helper_action_t));
dtrace_helper_action_t *last = NULL, *h, *next;
dtrace_helper_validate(dtrace_helper_action_t *helper)
dtrace_helper_action_t *helper, *last;
helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
dtrace_helper_action_t *h, *next;
sizeof (dtrace_helper_action_t *) * DTRACE_NHELPER_ACTIONS);
dtrace_helper_action_t *helper, *new, *last;
new = kmem_zalloc(sizeof (dtrace_helper_action_t),
dtrace_helper_action_t **dthps_actions; /* array of helper actions */
dtrace_helper_action_t *dtht_helper; /* helper action */