Lines Matching defs:nspec
14959 dtrace_optval_t *opt = state->dts_options, sz, nspec;
14995 nspec = opt[DTRACEOPT_NSPEC];
14996 ASSERT(nspec != DTRACEOPT_UNSET);
14998 if (nspec > INT_MAX) {
15003 spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t),
15012 state->dts_nspeculations = (int)nspec;
15014 for (i = 0; i < nspec; i++) {
15244 if ((nspec = state->dts_nspeculations) == 0) {
15260 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));
15408 int nspec = state->dts_nspeculations;
15478 for (i = 0; i < nspec; i++)
15512 for (i = 0; i < nspec; i++)
15516 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));