Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h117 #define PT_BOOTARGS 19 macro
H A Dzonecfg.c1308 pt_to_str(PT_BOOTARGS)); in usage()
1880 pt_to_str(PT_BOOTARGS), bootargs); in export_func()
2483 type == PT_BOOTARGS || type == PT_BRAND || type == PT_SCHED || in gz_invalid_property()
3657 case PT_BOOTARGS: in clear_global()
4169 } else if (prop_type == PT_BOOTARGS) { in set_func()
4893 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_BOOTARGS), in info_bootargs()
H A Dzonecfg_grammar.y974 | BOOTARGS { $$ = PT_BOOTARGS; }