Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h132 #define PT_SCHED 33 macro
H A Dzonecfg.c1357 pt_to_str(PT_SCHED)); in usage()
1947 pt_to_str(PT_SCHED), sched); in export_func()
2551 type == PT_BOOTARGS || type == PT_BRAND || type == PT_SCHED || in gz_invalid_property()
3819 case PT_SCHED: in clear_global()
4337 } else if (prop_type == PT_SCHED) { in set_func()
5097 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_SCHED), sched); in info_sched()
H A Dzonecfg_grammar.y999 | SCHED { $$ = PT_SCHED; }