Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace_impl.h1029 int dtha_nactions; /* number of actions */ member
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c15746 for (i = 0; i < helper->dtha_nactions; i++) {
15799 for (i = 0; i < helper->dtha_nactions; i++) {
15805 helper->dtha_nactions * sizeof (dtrace_difo_t *));
15909 for (i = 0; i < helper->dtha_nactions; i++)
15964 (helper->dtha_nactions = nactions), KM_SLEEP);
16606 new->dtha_nactions = helper->dtha_nactions;
16607 sz = sizeof (dtrace_difo_t *) * new->dtha_nactions;
16610 for (j = 0; j < new->dtha_nactions; j++) {