Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h121 #define PT_SWAP 23 macro
H A Dzonecfg.c1210 pt_to_str(PT_SWAP), in usage()
1356 pt_to_str(PT_PHYSICAL), pt_to_str(PT_SWAP), in usage()
3602 case PT_SWAP: in clear_property()
3603 remove_aliased_rctl(PT_SWAP, ALIAS_MAXSWAP); in clear_property()
4684 case PT_SWAP: in set_func()
4714 "be at least %s."), pt_to_str(PT_SWAP), in set_func()
4794 if (pnum == PT_SWAP || pnum == PT_LOCKED) in output_prop()
5356 output_prop(fp, PT_SWAP, buf, B_TRUE); in output_mcap()
6591 pt_to_str(PT_SWAP), pt_to_str(PT_LOCKED)); in end_func()
H A Dzonecfg_grammar.y988 | SWAP { $$ = PT_SWAP; }