Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h1096 int dtha_nactions; /* number of actions */ member
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c15265 for (i = 0; i < helper->dtha_nactions; i++) { in dtrace_helper()
15318 for (i = 0; i < helper->dtha_nactions; i++) { in dtrace_helper_action_destroy()
15324 helper->dtha_nactions * sizeof (dtrace_difo_t *)); in dtrace_helper_action_destroy()
15424 for (i = 0; i < helper->dtha_nactions; i++) in dtrace_helper_validate()
15480 (helper->dtha_nactions = nactions), KM_SLEEP); in dtrace_helper_action_add()
16514 new->dtha_nactions = helper->dtha_nactions; in dtrace_helpers_duplicate()
16515 sz = sizeof (dtrace_difo_t *) * new->dtha_nactions; in dtrace_helpers_duplicate()
16518 for (j = 0; j < new->dtha_nactions; j++) { in dtrace_helpers_duplicate()