Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h100 #define PT_ZONEPATH 2 macro
H A Dzonecfg_grammar.y912 $$->cmd_prop_name[0] = PT_ZONEPATH;
969 | ZONEPATH { $$ = PT_ZONEPATH; }
H A Dzonecfg.c1302 pt_to_str(PT_ZONEPATH)); in usage()
1866 pt_to_str(PT_ZONEPATH), zonepath); in export_func()
2141 pt_to_str(PT_ZONEPATH)); in validate_zonepath_syntax()
2481 return (global_zone && (type == PT_ZONENAME || type == PT_ZONEPATH || in gz_invalid_property()
3633 case PT_ZONEPATH: in clear_global()
4159 } else if (prop_type == PT_ZONEPATH) { in set_func()
4824 (void) fprintf(fp, "%s: %s\n", pt_to_str(PT_ZONEPATH), in info_zonepath()
4828 pt_to_str(PT_ZONEPATH)); in info_zonepath()
5848 zerr(gettext("%s not specified"), pt_to_str(PT_ZONEPATH)); in verify_func()
5853 zerr(gettext("%s cannot be empty."), pt_to_str(PT_ZONEPATH)); in verify_func()