Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddtrace_impl.h1014 int dtha_nactions; /* number of actions */ member
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c14435 for (i = 0; i < helper->dtha_nactions; i++) { in dtrace_helper()
14488 for (i = 0; i < helper->dtha_nactions; i++) { in dtrace_helper_action_destroy()
14494 helper->dtha_nactions * sizeof (dtrace_difo_t *)); in dtrace_helper_action_destroy()
14596 for (i = 0; i < helper->dtha_nactions; i++) in dtrace_helper_validate()
14652 (helper->dtha_nactions = nactions), KM_SLEEP); in dtrace_helper_action_add()
15277 new->dtha_nactions = helper->dtha_nactions; in dtrace_helpers_duplicate()
15278 sz = sizeof (dtrace_difo_t *) * new->dtha_nactions; in dtrace_helpers_duplicate()
15281 for (j = 0; j < new->dtha_nactions; j++) { in dtrace_helpers_duplicate()