Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1027 } dtrace_helper_action_t; typedef
1036 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1065 dtrace_helper_action_t *dtht_helper; /* helper action */
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c15319 dtrace_helper_trace(dtrace_helper_action_t *helper,
15390 dtrace_helper_action_t *helper;
15473 dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
15488 kmem_free(helper, sizeof (dtrace_helper_action_t));
15509 dtrace_helper_action_t *last = NULL, *h, *next;
15583 dtrace_helper_validate(dtrace_helper_action_t *helper)
15601 dtrace_helper_action_t *helper, *last;
15626 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
16145 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
16185 dtrace_helper_action_t *h, *next;
[all …]