Searched refs:PT_SWAP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 121 #define PT_SWAP 23 macro
|
H A D | zonecfg.c | 1210 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 D | zonecfg_grammar.y | 988 | SWAP { $$ = PT_SWAP; }
|