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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1026 } dtrace_helper_action_t; typedef in typeref:struct:dtrace_helper_action
1035 dtrace_helper_action_t **dthps_actions; /* array of helper actions */
1064 dtrace_helper_action_t *dtht_helper; /* helper action */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13059 dtrace_helper_trace(dtrace_helper_action_t *helper,
13128 dtrace_helper_action_t *helper;
13211 dtrace_helper_action_destroy(dtrace_helper_action_t *helper,
13226 kmem_free(helper, sizeof (dtrace_helper_action_t));
13251 dtrace_helper_action_t *last = NULL, *h, *next;
13325 dtrace_helper_validate(dtrace_helper_action_t *helper)
13348 dtrace_helper_action_t *helper, *last;
13378 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP);
14329 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
14370 dtrace_helper_action_t *
[all...]

Completed in 301 milliseconds