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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1025 struct dtrace_helper_action *dtha_next; /* next helper action */ member in struct:dtrace_helper_action
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13154 for (; helper != NULL; helper = helper->dtha_next) {
13254 next = h->dtha_next;
13258 last->dtha_next = next;
13365 for (count = 0; last != NULL; last = last->dtha_next) {
13367 if (last->dtha_next == NULL)
13411 last->dtha_next = helper;
14373 next = h->dtha_next;
14463 for (last = NULL; helper != NULL; helper = helper->dtha_next) {
14486 last->dtha_next = new;

Completed in 52 milliseconds