Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h103 #define PT_DIR 5 macro
H A Dzonecfg.c1053 pt_to_str(PT_DIR), gettext("<path>")); in usage()
1336 rt_to_str(RT_FS), pt_to_str(PT_DIR), in usage()
1933 export_prop(of, PT_DIR, fstab.zone_fs_dir); in export_func()
2672 case PT_DIR: in fill_in_fstab()
4419 case PT_DIR: in set_func()
4975 output_prop(fp, PT_DIR, fstab->zone_fs_dir, B_TRUE); in output_fs()
5904 check_reqd_prop(fstab.zone_fs_dir, RT_FS, PT_DIR, &ret_val); in verify_func()
6314 PT_DIR, &validation_failed) == Z_OK) { in end_func()
6317 pt_to_str(PT_DIR), in end_func()
6353 rt_to_str(RT_FS), pt_to_str(PT_DIR), in end_func()
H A Dzonecfg_grammar.y965 | DIR { $$ = PT_DIR; }