Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h133 #define PT_IPTYPE 34 macro
H A Dzonecfg.c1120 pt_to_str(PT_IPTYPE), gettext("shared")); in usage()
1125 pt_to_str(PT_IPTYPE), gettext("exclusive")); in usage()
1359 pt_to_str(PT_IPTYPE)); in usage()
1953 pt_to_str(PT_IPTYPE), "shared"); in export_func()
1957 pt_to_str(PT_IPTYPE), "exclusive"); in export_func()
3825 case PT_IPTYPE: in clear_global()
4213 pt_to_str(PT_IPTYPE), "exclusive", in allow_exclusive()
4339 } else if (prop_type == PT_IPTYPE) { in set_func()
4530 pt_to_str(PT_IPTYPE), "shared", "exclusive"); in set_func()
5112 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_IPTYPE), in info_iptype()
[all …]
H A Dzonecfg_grammar.y973 | IPTYPE { $$ = PT_IPTYPE; }