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

/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/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/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/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/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 147 milliseconds