Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1037 dtrace_helper_action_t **dthps_actions; /* array of helper actions */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15780 if ((helper = helpers->dthps_actions[which]) == NULL)
15891 for (h = help->dthps_actions[i]; h != NULL; h = next) {
15898 help->dthps_actions[i] = next;
15990 last = help->dthps_actions[which];
16037 help->dthps_actions[which] = helper;
16522 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
16564 for (h = help->dthps_actions[i]; h != NULL; h = next) {
16620 kmem_free(help->dthps_actions,
16655 if ((helper = help->dthps_actions[i]) == NULL)
16683 newhelp->dthps_actions[i] = new;