Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1028 dtrace_helper_action_t **dthps_actions; /* array of helper actions */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14910 if ((helper = helpers->dthps_actions[which]) == NULL) in dtrace_helper()
15019 for (h = help->dthps_actions[i]; h != NULL; h = next) { in dtrace_helper_destroygen()
15026 help->dthps_actions[i] = next; in dtrace_helper_destroygen()
15119 last = help->dthps_actions[which]; in dtrace_helper_action_add()
15166 help->dthps_actions[which] = helper; in dtrace_helper_action_add()
15649 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) * in dtrace_helpers_create()
15696 for (h = help->dthps_actions[i]; h != NULL; h = next) { in dtrace_helpers_destroy()
15752 kmem_free(help->dthps_actions, in dtrace_helpers_destroy()
15784 if ((helper = help->dthps_actions[i]) == NULL) in dtrace_helpers_duplicate()
15812 newhelp->dthps_actions[i] = new; in dtrace_helpers_duplicate()