Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h1099 struct dtrace_helper_action *dtha_next; /* next helper action */ member
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c15253 for (; helper != NULL; helper = helper->dtha_next) { in dtrace_helper()
15347 next = h->dtha_next; in dtrace_helper_destroygen()
15351 last->dtha_next = next; in dtrace_helper_destroygen()
15447 for (count = 0; last != NULL; last = last->dtha_next) { in dtrace_helper_action_add()
15449 if (last->dtha_next == NULL) in dtrace_helper_action_add()
15493 last->dtha_next = helper; in dtrace_helper_action_add()
16413 next = h->dtha_next; in dtrace_helpers_destroy()
16504 for (last = NULL; helper != NULL; helper = helper->dtha_next) { in dtrace_helpers_duplicate()
16527 last->dtha_next = new; in dtrace_helpers_duplicate()