Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h112 #define PT_PRIV 14 macro
H A Dzonecfg.c1124 pt_to_str(PT_PRIV), gettext("<priv-value>"), in usage()
1129 pt_to_str(PT_PRIV), gettext("<priv-value>"), in usage()
2010 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in export_func()
2290 case PT_PRIV: in do_complex_rctl_val()
2293 pt_to_str(PT_PRIV)); in do_complex_rctl_val()
2333 zerr(gettext("%s not specified"), pt_to_str(PT_PRIV)); in do_complex_rctl_val()
3494 case PT_PRIV: in remove_property()
5128 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in output_rctl()
H A Dzonecfg_grammar.y982 | PRIV { $$ = PT_PRIV; }