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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h1075 } dtrace_helper_action_t; typedef in typeref:struct:dtrace_helper_action
1084 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1113 dtrace_helper_action_t *dtht_helper; /* helper action */
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c14636 dtrace_helper_trace(dtrace_helper_action_t *helper,
14714 dtrace_helper_action_t *helper;
14797 dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
14812 kmem_free(helper, sizeof (dtrace_helper_action_t));
14841 dtrace_helper_action_t *last = NULL, *h, *next;
14915 dtrace_helper_validate(dtrace_helper_action_t *helper)
14938 dtrace_helper_action_t *helper, *last;
14968 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
15943 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
15987 dtrace_helper_action_t *
[all...]

Completed in 83 milliseconds