Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1018 struct dtrace_helper_action *dtha_next; /* next helper action */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14926 for (; helper != NULL; helper = helper->dtha_next) { in dtrace_helper()
15020 next = h->dtha_next; in dtrace_helper_destroygen()
15024 last->dtha_next = next; in dtrace_helper_destroygen()
15122 for (count = 0; last != NULL; last = last->dtha_next) { in dtrace_helper_action_add()
15124 if (last->dtha_next == NULL) in dtrace_helper_action_add()
15168 last->dtha_next = helper; in dtrace_helper_action_add()
15697 next = h->dtha_next; in dtrace_helpers_destroy()
15787 for (last = NULL; helper != NULL; helper = helper->dtha_next) { in dtrace_helpers_duplicate()
15810 last->dtha_next = new; in dtrace_helpers_duplicate()