Searched defs:nspec (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c12918 dtrace_optval_t *opt = state->dts_options, sz, nspec; local
12954 nspec = opt[DTRACEOPT_NSPEC];
12955 ASSERT(nspec != DTRACEOPT_UNSET);
12957 if (nspec > INT_MAX) {
12962 spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t), KM_NOSLEEP);
12970 state->dts_nspeculations = (int)nspec;
12972 for (i = 0; i < nspec; i++) {
13196 if ((nspec = state->dts_nspeculations) == 0) {
13212 kmem_free(spec, nspec * sizeof (dtrace_speculation_t));
13340 int nspec local
[all...]

Completed in 95 milliseconds