Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h1031 struct dtrace_helper_action *dtha_next; /* next helper action */ member
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c15765 for (; helper != NULL; helper = helper->dtha_next) {
15861 next = h->dtha_next;
15865 last->dtha_next = next;
15962 for (count = 0; last != NULL; last = last->dtha_next) {
15964 if (last->dtha_next == NULL)
16008 last->dtha_next = helper;
16534 next = h->dtha_next;
16627 for (last = NULL; helper != NULL; helper = helper->dtha_next) {
16650 last->dtha_next = new;