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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1035 dtrace_helper_action_t **dthps_actions; /* array of helper actions */ member in struct:dtrace_helpers
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13138 if ((helper = helpers->dthps_actions[which]) == NULL)
13253 for (h = help->dthps_actions[i]; h != NULL; h = next) {
13260 help->dthps_actions[i] = next;
13362 last = help->dthps_actions[which];
13409 help->dthps_actions[which] = helper;
14329 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
14372 for (h = help->dthps_actions[i]; h != NULL; h = next) {
14428 kmem_free(help->dthps_actions,
14460 if ((helper = help->dthps_actions[i]) == NULL)
14488 newhelp->dthps_actions[
[all...]

Completed in 18 milliseconds