Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1026 struct dtrace_helper_action *dtha_next; /* next helper action */ member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c15416 for (; helper != NULL; helper = helper->dtha_next) {
15512 next = h->dtha_next;
15516 last->dtha_next = next;
15613 for (count = 0; last != NULL; last = last->dtha_next) {
15615 if (last->dtha_next == NULL)
15659 last->dtha_next = helper;
16188 next = h->dtha_next;
16281 for (last = NULL; helper != NULL; helper = helper->dtha_next) {
16304 last->dtha_next = new;