Home
last modified time | relevance | path

Searched refs:PT_MAXPROCS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h139 #define PT_MAXPROCS 40 macro
H A Dzonecfg_grammar.y994 | MAXPROCS { $$ = PT_MAXPROCS; }
H A Dzonecfg.c1367 pt_to_str(PT_MAXPROCS)); in usage()
3835 case PT_MAXPROCS: in clear_global()
3836 remove_aliased_rctl(PT_MAXPROCS, ALIAS_MAXPROCS); in clear_global()
4343 } else if (prop_type == PT_MAXPROCS) { in set_func()