PT_AUTOBOOT
pt_to_str(PT_AUTOBOOT));
pt_to_str(PT_AUTOBOOT), autoboot ? "true" : "false");
type == PT_AUTOBOOT || type == PT_LIMITPRIV ||
case PT_AUTOBOOT:
} else if (prop_type == PT_AUTOBOOT) {
pt_to_str(PT_AUTOBOOT), "true", "false");
(void) fprintf(fp, "%s: %s\n", pt_to_str(PT_AUTOBOOT),
| AUTOBOOT { $$ = PT_AUTOBOOT; }