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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h1023 dtrace_helper_action_t **dthps_actions; /* array of helper actions */ member in struct:dtrace_helpers
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13976 if ((helper = helpers->dthps_actions[which]) == NULL)
14085 for (h = help->dthps_actions[i]; h != NULL; h = next) {
14092 help->dthps_actions[i] = next;
14189 last = help->dthps_actions[which];
14236 help->dthps_actions[which] = helper;
14712 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) *
14749 for (h = help->dthps_actions[i]; h != NULL; h = next) {
14805 kmem_free(help->dthps_actions,
14837 if ((helper = help->dthps_actions[i]) == NULL)
14865 newhelp->dthps_actions[
[all...]

Completed in 125 milliseconds