Searched refs:dtha_next (Results 1 – 2 of 2) sorted by relevance
1017 struct dtrace_helper_action *dtha_next; /* next helper action */ member
14547 for (; helper != NULL; helper = helper->dtha_next) { in dtrace_helper()14641 next = h->dtha_next; in dtrace_helper_destroygen()14645 last->dtha_next = next; in dtrace_helper_destroygen()14743 for (count = 0; last != NULL; last = last->dtha_next) { in dtrace_helper_action_add()14745 if (last->dtha_next == NULL) in dtrace_helper_action_add()14789 last->dtha_next = helper; in dtrace_helper_action_add()15308 next = h->dtha_next; in dtrace_helpers_destroy()15398 for (last = NULL; helper != NULL; helper = helper->dtha_next) { in dtrace_helpers_duplicate()15421 last->dtha_next = new; in dtrace_helpers_duplicate()