Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h118 #define PT_BOOTARGS 19 macro
H A Dzonecfg.c1351 pt_to_str(PT_BOOTARGS)); in usage()
1929 pt_to_str(PT_BOOTARGS), bootargs); in export_func()
2551 type == PT_BOOTARGS || type == PT_BRAND || type == PT_SCHED || in gz_invalid_property()
3813 case PT_BOOTARGS: in clear_global()
4335 } else if (prop_type == PT_BOOTARGS) { in set_func()
5082 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_BOOTARGS), in info_bootargs()
H A Dzonecfg_grammar.y976 | BOOTARGS { $$ = PT_BOOTARGS; }