Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h101 #define PT_ZONEPATH 2 macro
H A Dzonecfg_grammar.y913 $$->cmd_prop_name[0] = PT_ZONEPATH;
971 | ZONEPATH { $$ = PT_ZONEPATH; }
H A Dzonecfg.c1345 pt_to_str(PT_ZONEPATH)); in usage()
1915 pt_to_str(PT_ZONEPATH), zonepath); in export_func()
2200 pt_to_str(PT_ZONEPATH)); in validate_zonepath_syntax()
2549 return (global_zone && (type == PT_ZONENAME || type == PT_ZONEPATH || in gz_invalid_property()
3789 case PT_ZONEPATH: in clear_global()
4325 } else if (prop_type == PT_ZONEPATH) { in set_func()
5013 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_ZONEPATH), in info_zonepath()
5017 pt_to_str(PT_ZONEPATH)); in info_zonepath()
6146 zerr(gettext("%s not specified"), pt_to_str(PT_ZONEPATH)); in verify_func()
6151 zerr(gettext("%s cannot be empty."), pt_to_str(PT_ZONEPATH)); in verify_func()