Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h134 #define PT_HOSTID 36 macro
H A Dzonecfg.c1318 pt_to_str(PT_HOSTID)); in usage()
1915 pt_to_str(PT_HOSTID), hostidp); in export_func()
2484 type == PT_IPTYPE || type == PT_HOSTID || type == PT_FS_ALLOWED)); in gz_invalid_property()
3697 case PT_HOSTID: in clear_global()
4189 } else if (prop_type == PT_HOSTID) { in set_func()
4944 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_HOSTID), hostidp); in info_hostid()
4946 (void) fprintf(fp, "%s: \n", pt_to_str(PT_HOSTID)); in info_hostid()
H A Dzonecfg_grammar.y998 | HOSTID { $$ = PT_HOSTID; }