Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h132 #define PT_IPTYPE 34 macro
H A Dzonecfg.c1092 pt_to_str(PT_IPTYPE), gettext("shared")); in usage()
1097 pt_to_str(PT_IPTYPE), gettext("exclusive")); in usage()
1316 pt_to_str(PT_IPTYPE)); in usage()
1904 pt_to_str(PT_IPTYPE), "shared"); in export_func()
1908 pt_to_str(PT_IPTYPE), "exclusive"); in export_func()
2484 type == PT_IPTYPE || type == PT_HOSTID || type == PT_FS_ALLOWED)); in gz_invalid_property()
3669 case PT_IPTYPE: in clear_global()
4047 pt_to_str(PT_IPTYPE), "exclusive", in allow_exclusive()
4173 } else if (prop_type == PT_IPTYPE) { in set_func()
4364 pt_to_str(PT_IPTYPE), "shared", "exclusive"); in set_func()
[all …]
H A Dzonecfg_grammar.y971 | IPTYPE { $$ = PT_IPTYPE; }