Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h116 #define PT_LIMITPRIV 18 macro
H A Dzonecfg.c1312 pt_to_str(PT_LIMITPRIV)); in usage()
1891 pt_to_str(PT_LIMITPRIV), limitpriv); in export_func()
2482 type == PT_AUTOBOOT || type == PT_LIMITPRIV || in gz_invalid_property()
3651 case PT_LIMITPRIV: in clear_global()
4167 } else if (prop_type == PT_LIMITPRIV) { in set_func()
4877 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_LIMITPRIV), in info_limitpriv()
H A Dzonecfg_grammar.y973 | LIMITPRIV { $$ = PT_LIMITPRIV; }