Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h104 #define PT_DIR 5 macro
H A Dzonecfg.c1081 pt_to_str(PT_DIR), gettext("<path>")); in usage()
1379 rt_to_str(RT_FS), pt_to_str(PT_DIR), in usage()
1982 export_prop(of, PT_DIR, fstab.zone_fs_dir); in export_func()
2740 case PT_DIR: in fill_in_fstab()
4585 case PT_DIR: in set_func()
5164 output_prop(fp, PT_DIR, fstab->zone_fs_dir, B_TRUE); in output_fs()
6202 check_reqd_prop(fstab.zone_fs_dir, RT_FS, PT_DIR, &ret_val); in verify_func()
6623 PT_DIR, &validation_failed) == Z_OK) { in end_func()
6626 pt_to_str(PT_DIR), in end_func()
6662 rt_to_str(RT_FS), pt_to_str(PT_DIR), in end_func()
H A Dzonecfg_grammar.y967 | DIR { $$ = PT_DIR; }