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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPECUNAVAIL.d29 #pragma D option nspec=1
H A Ddrp.DTRACEDROP_SPEC.d29 #pragma D option nspec=1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.NegativeNspec.d31 * Using a negative value for nspec throws a compiler error.
34 * Options and Tunables/nspec
38 #pragma D option nspec=-72
H A Derr.D_PRAGMA_MALFORM.NspecExpr.d31 * Using an expression in the pragma for nspec throws a D_PRAGMA_MALFORM
35 * Options and Tunables/nspec
41 #pragma D option nspec=24 * 44
H A Derr.D_PRAGMA_OPTSET.HugeNspecValue.d31 * Setting the nspec option to a huge integer throws a D_PRAGMA_OPTSET error.
34 * Options and Tunables/nspec
40 #pragma D option nspec=245566729809009887663
H A Dtst.TwoSpecBuffers.d31 * Increasing the value of nspec to two should will increase the number of
35 * Options and Tunables/nspec
41 #pragma D option nspec=2
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c226 print_vp(int nspec) argument
237 if ((nspec != 0) && (chip->p_doit == 0))
347 print_p(int nspec) argument
358 if ((nspec == 0) || (p->p_doit)) {
373 print_v(int nspec) argument
380 if ((nspec != 0) && (!v->v_doit))
421 print_normal(int nspec) argument
428 if ((nspec == 0) || (v->v_doit)) {
446 int nspec; local
607 nspec
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c145 nspec = 0; local
171 nspec = 1;
175 if ((nupper + nlower + ndigit + npunct + nspec) < pol->pw_min_classes)
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhoqueue.d28 #pragma D option nspec=4
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c647 mdeg_find_start_node(md_t *md, mdeg_node_spec_t *nspec) argument
655 if ((md == NULL) || (nspec == NULL))
658 nname = md_find_name(md, nspec->namep);
671 if (mdeg_node_spec_match(md, nodesp[idx], nspec)) {
684 mdeg_node_spec_match(md_t *md, mde_cookie_t node, mdeg_node_spec_t *nspec) argument
688 ASSERT(md && nspec);
691 prop = nspec->specp;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java520 public static final String nspec = "nspec"; field in class:Option
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c13956 dtrace_optval_t *opt = state->dts_options, sz, nspec; local
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 local
[all...]

Completed in 119 milliseconds