Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h118 #define PT_BRAND 20 macro
H A Dzonecfg.c1304 pt_to_str(PT_BRAND)); in usage()
1871 pt_to_str(PT_BRAND), brand); in export_func()
2483 type == PT_BOOTARGS || type == PT_BRAND || type == PT_SCHED || in gz_invalid_property()
3635 case PT_BRAND: in clear_global()
4048 pt_to_str(PT_BRAND), brand); in allow_exclusive()
4163 } else if (prop_type == PT_BRAND) { in set_func()
4838 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_BRAND), in info_brand()
4841 (void) fprintf(fp, "%s %s\n", pt_to_str(PT_BRAND), in info_brand()
H A Dzonecfg_grammar.y985 | BRAND { $$ = PT_BRAND; }