Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h136 #define PT_AUTHS 38 macro
H A Dzonecfg.c1141 pt_to_str(PT_AUTHS), in usage()
1273 pt_to_str(PT_USER), pt_to_str(PT_AUTHS)); in usage()
1983 export_prop(of, PT_AUTHS, admintab.zone_admin_auths); in export_func()
2831 case PT_AUTHS: in fill_in_admintab()
4681 case PT_AUTHS: in set_func()
5303 output_prop(fp, PT_AUTHS, admintab->zone_admin_auths, B_TRUE); in output_auth()
5994 PT_AUTHS, &ret_val); in verify_func()
6560 PT_AUTHS, &validation_failed) == Z_OK) { in end_func()
H A Dzonecfg_grammar.y1000 | AUTHS { $$ = PT_AUTHS; }