Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h114 #define PT_ACTION 16 macro
H A Dzonecfg.c1126 pt_to_str(PT_ACTION), gettext("<action-value>")); in usage()
1131 pt_to_str(PT_ACTION), gettext("<action-value>")); in usage()
2012 pt_to_str(PT_ACTION), valptr->zone_rctlval_action); in export_func()
2312 case PT_ACTION: in do_complex_rctl_val()
2315 pt_to_str(PT_ACTION)); in do_complex_rctl_val()
2337 zerr(gettext("%s not specified"), pt_to_str(PT_ACTION)); in do_complex_rctl_val()
3504 case PT_ACTION: in remove_property()
5130 pt_to_str(PT_ACTION), valptr->zone_rctlval_action); in output_rctl()
H A Dzonecfg_grammar.y984 | ACTION { $$ = PT_ACTION; }