Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h123 #define PT_LOCKED 24 macro
H A Dzonecfg.c1241 pt_to_str(PT_LOCKED), in usage()
1400 pt_to_str(PT_LOCKED)); in usage()
3745 case PT_LOCKED: in clear_property()
3746 remove_aliased_rctl(PT_LOCKED, ALIAS_MAXLOCKEDMEM); in clear_property()
4891 case PT_LOCKED: in set_func()
4899 zone_perror(pt_to_str(PT_LOCKED), in set_func()
4983 if (pnum == PT_SWAP || pnum == PT_LOCKED) in output_prop()
5551 output_prop(fp, PT_LOCKED, buf, B_TRUE); in output_mcap()
6900 pt_to_str(PT_SWAP), pt_to_str(PT_LOCKED)); in end_func()
6915 pt_to_str(PT_LOCKED), in end_func()
H A Dzonecfg_grammar.y989 | LOCKED { $$ = PT_LOCKED; }