Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h116 #define PT_LIMITPRIV 18 macro
H A Dzonecfg.c1226 pt_to_str(PT_LIMITPRIV)); in usage()
1805 pt_to_str(PT_LIMITPRIV), limitpriv); in export_func()
2396 type == PT_AUTOBOOT || type == PT_LIMITPRIV || in gz_invalid_property()
3565 case PT_LIMITPRIV: in clear_global()
4081 } else if (prop_type == PT_LIMITPRIV) { in set_func()
4791 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_LIMITPRIV), in info_limitpriv()
H A Dzonecfg_grammar.y973 | LIMITPRIV { $$ = PT_LIMITPRIV; }