Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1019 } dtrace_helper_action_t; typedef
1028 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1057 dtrace_helper_action_t *dtht_helper; /* helper action */
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14829 dtrace_helper_trace(dtrace_helper_action_t *helper, in dtrace_helper_trace()
14900 dtrace_helper_action_t *helper; in dtrace_helper()
14983 dtrace_helper_action_destroy(dtrace_helper_action_t *helper, in dtrace_helper_action_destroy()
14998 kmem_free(helper, sizeof (dtrace_helper_action_t)); in dtrace_helper_action_destroy()
15017 dtrace_helper_action_t *last = NULL, *h, *next; in dtrace_helper_destroygen()
15091 dtrace_helper_validate(dtrace_helper_action_t *helper) in dtrace_helper_validate()
15109 dtrace_helper_action_t *helper, *last; in dtrace_helper_action_add()
15135 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP); in dtrace_helper_action_add()
15649 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) * in dtrace_helpers_create()
15694 dtrace_helper_action_t *h, *next; in dtrace_helpers_destroy()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1416 dtrace_helper_action_t helper; in dtrace_helptrace()