Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Ddtrace_impl.h1109 dtrace_helper_action_t **dthps_actions; /* array of helper actions */ member
/xnu-11417.101.15/bsd/dev/dtrace/
H A Ddtrace.c15237 if ((helper = helpers->dthps_actions[which]) == NULL) in dtrace_helper()
15346 for (h = help->dthps_actions[i]; h != NULL; h = next) { in dtrace_helper_destroygen()
15353 help->dthps_actions[i] = next; in dtrace_helper_destroygen()
15444 last = help->dthps_actions[which]; in dtrace_helper_action_add()
15491 help->dthps_actions[which] = helper; in dtrace_helper_action_add()
16375 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) * in dtrace_helpers_create()
16412 for (h = help->dthps_actions[i]; h != NULL; h = next) { in dtrace_helpers_destroy()
16466 kmem_free(help->dthps_actions, in dtrace_helpers_destroy()
16501 if ((helper = help->dthps_actions[i]) == NULL) in dtrace_helpers_duplicate()
16529 newhelp->dthps_actions[i] = new; in dtrace_helpers_duplicate()