Lines Matching defs:nspec
13956 dtrace_optval_t *opt = state->dts_options, sz, nspec;
13990 nspec = opt[DTRACEOPT_NSPEC];
13991 ASSERT(nspec != DTRACEOPT_UNSET);
13993 if (nspec > INT_MAX) {
13998 spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t),
14007 state->dts_nspeculations = (int)nspec;
14009 for (i = 0; i < nspec; i++) {
14217 if ((nspec = state->dts_nspeculations) == 0) {
14233 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));
14377 int nspec = state->dts_nspeculations;
14447 for (i = 0; i < nspec; i++)
14473 for (i = 0; i < nspec; i++)
14476 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));