Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h113 #define PT_PRIV 14 macro
H A Dzonecfg.c1152 pt_to_str(PT_PRIV), gettext("<priv-value>"), in usage()
1157 pt_to_str(PT_PRIV), gettext("<priv-value>"), in usage()
2059 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in export_func()
2358 case PT_PRIV: in do_complex_rctl_val()
2361 pt_to_str(PT_PRIV)); in do_complex_rctl_val()
2401 zerr(gettext("%s not specified"), pt_to_str(PT_PRIV)); in do_complex_rctl_val()
3634 case PT_PRIV: in remove_property()
5317 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in output_rctl()
H A Dzonecfg_grammar.y984 | PRIV { $$ = PT_PRIV; }