Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h137 #define PT_AUTHS 38 macro
H A Dzonecfg.c1255 pt_to_str(PT_AUTHS), in usage()
1402 pt_to_str(PT_USER), pt_to_str(PT_AUTHS)); in usage()
2118 export_prop(of, PT_AUTHS, admintab.zone_admin_auths); in export_func()
2985 case PT_AUTHS: in fill_in_admintab()
4933 case PT_AUTHS: in set_func()
5578 output_prop(fp, PT_AUTHS, admintab->zone_admin_auths, B_TRUE); in output_auth()
6378 PT_AUTHS, &ret_val); in verify_func()
6955 PT_AUTHS, &validation_failed) == Z_OK) { in end_func()
H A Dzonecfg_grammar.y1002 | AUTHS { $$ = PT_AUTHS; }