Lines Matching defs:nspec
13793 dtrace_optval_t *opt = state->dts_options, sz, nspec;
13827 nspec = opt[DTRACEOPT_NSPEC];
13828 ASSERT(nspec != DTRACEOPT_UNSET);
13830 if (nspec > INT_MAX) {
13835 spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t),
13844 state->dts_nspeculations = (int)nspec;
13846 for (i = 0; i < nspec; i++) {
14054 if ((nspec = state->dts_nspeculations) == 0) {
14070 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));
14214 int nspec = state->dts_nspeculations;
14284 for (i = 0; i < nspec; i++)
14310 for (i = 0; i < nspec; i++)
14313 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));