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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1022 int dtha_nactions; /* number of actions */ member in struct:dtrace_helper_action
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13166 for (i = 0; i < helper->dtha_nactions; i++) {
13219 for (i = 0; i < helper->dtha_nactions; i++) {
13225 helper->dtha_nactions * sizeof (dtrace_difo_t *));
13333 for (i = 0; i < helper->dtha_nactions; i++)
13398 (helper->dtha_nactions = nactions), KM_SLEEP);
14473 new->dtha_nactions = helper->dtha_nactions;
14474 sz = sizeof (dtrace_difo_t *) * new->dtha_nactions;
14477 for (j = 0; j < new->dtha_nactions; j++) {

Completed in 25 milliseconds