Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h122 #define PT_SWAP 23 macro
H A Dzonecfg.c1238 pt_to_str(PT_SWAP), in usage()
1399 pt_to_str(PT_PHYSICAL), pt_to_str(PT_SWAP), in usage()
3742 case PT_SWAP: in clear_property()
3743 remove_aliased_rctl(PT_SWAP, ALIAS_MAXSWAP); in clear_property()
4850 case PT_SWAP: in set_func()
4880 "be at least %s."), pt_to_str(PT_SWAP), in set_func()
4983 if (pnum == PT_SWAP || pnum == PT_LOCKED) in output_prop()
5545 output_prop(fp, PT_SWAP, buf, B_TRUE); in output_mcap()
6900 pt_to_str(PT_SWAP), pt_to_str(PT_LOCKED)); in end_func()
H A Dzonecfg_grammar.y990 | SWAP { $$ = PT_SWAP; }