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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h1014 } dtrace_helper_action_t; typedef in typeref:struct:dtrace_helper_action
1023 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1052 dtrace_helper_action_t *dtht_helper; /* helper action */
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13895 dtrace_helper_trace(dtrace_helper_action_t *helper,
13966 dtrace_helper_action_t *helper;
14049 dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
14064 kmem_free(helper, sizeof (dtrace_helper_action_t));
14083 dtrace_helper_action_t *last = NULL, *h, *next;
14159 dtrace_helper_validate(dtrace_helper_action_t *helper)
14179 dtrace_helper_action_t *helper, *last;
14205 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
14712 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
14747 dtrace_helper_action_t *
[all...]

Completed in 156 milliseconds