Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1028 } dtrace_helper_action_t; typedef
1037 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1066 dtrace_helper_action_t *dtht_helper; /* helper action */
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15671 dtrace_helper_trace(dtrace_helper_action_t *helper,
15742 dtrace_helper_action_t *helper;
15825 dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
15840 kmem_free(helper, sizeof (dtrace_helper_action_t));
15861 dtrace_helper_action_t *last = NULL, *h, *next;
15935 dtrace_helper_validate(dtrace_helper_action_t *helper)
15953 dtrace_helper_action_t *helper, *last;
15978 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
16494 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
16534 dtrace_helper_action_t *h, *next;
[all …]