Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1027 struct dtrace_helper_action *dtha_next; /* next helper action */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15768 for (; helper != NULL; helper = helper->dtha_next) {
15864 next = h->dtha_next;
15868 last->dtha_next = next;
15965 for (count = 0; last != NULL; last = last->dtha_next) {
15967 if (last->dtha_next == NULL)
16011 last->dtha_next = helper;
16537 next = h->dtha_next;
16630 for (last = NULL; helper != NULL; helper = helper->dtha_next) {
16653 last->dtha_next = new;