Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h135 #define PT_HOSTID 36 macro
H A Dzonecfg.c1361 pt_to_str(PT_HOSTID)); in usage()
1964 pt_to_str(PT_HOSTID), hostidp); in export_func()
2552 type == PT_IPTYPE || type == PT_HOSTID || type == PT_FS_ALLOWED)); in gz_invalid_property()
3853 case PT_HOSTID: in clear_global()
4355 } else if (prop_type == PT_HOSTID) { in set_func()
5133 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_HOSTID), hostidp); in info_hostid()
5135 (void) fprintf(fp, "%s: \n", pt_to_str(PT_HOSTID)); in info_hostid()
H A Dzonecfg_grammar.y1000 | HOSTID { $$ = PT_HOSTID; }