Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h102 #define PT_AUTOBOOT 3 macro
H A Dzonecfg.c1349 pt_to_str(PT_AUTOBOOT)); in usage()
1924 pt_to_str(PT_AUTOBOOT), autoboot ? "true" : "false"); in export_func()
2550 type == PT_AUTOBOOT || type == PT_LIMITPRIV || in gz_invalid_property()
3794 case PT_AUTOBOOT: in clear_global()
4327 } else if (prop_type == PT_AUTOBOOT) { in set_func()
4472 pt_to_str(PT_AUTOBOOT), "true", "false"); in set_func()
5041 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_AUTOBOOT), in info_autoboot()
H A Dzonecfg_grammar.y972 | AUTOBOOT { $$ = PT_AUTOBOOT; }