Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Ddtrace_impl.h1100 } dtrace_helper_action_t; typedef
1109 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1139 dtrace_helper_action_t *dtht_helper; /* helper action */
/xnu-12377.1.9/bsd/dev/dtrace/
H A Ddtrace.c15156 dtrace_helper_trace(dtrace_helper_action_t *helper, in dtrace_helper_trace()
15227 dtrace_helper_action_t *helper; in dtrace_helper()
15310 dtrace_helper_action_destroy(dtrace_helper_action_t *helper, in dtrace_helper_action_destroy()
15325 kmem_free(helper, sizeof (dtrace_helper_action_t)); in dtrace_helper_action_destroy()
15344 dtrace_helper_action_t *last = NULL, *h, *next; in dtrace_helper_destroygen()
15416 dtrace_helper_validate(dtrace_helper_action_t *helper) in dtrace_helper_validate()
15434 dtrace_helper_action_t *helper, *last; in dtrace_helper_action_add()
15460 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP); in dtrace_helper_action_add()
16375 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) * in dtrace_helpers_create()
16410 dtrace_helper_action_t *h, *next; in dtrace_helpers_destroy()
[all …]