Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h105 #define PT_SPECIAL 6 macro
H A Dzonecfg.c1083 pt_to_str(PT_SPECIAL), gettext("<path>")); in usage()
1380 pt_to_str(PT_SPECIAL), pt_to_str(PT_RAW), in usage()
1983 export_prop(of, PT_SPECIAL, fstab.zone_fs_special); in export_func()
2744 case PT_SPECIAL: in fill_in_fstab()
4589 case PT_SPECIAL: in set_func()
5165 output_prop(fp, PT_SPECIAL, fstab->zone_fs_special, B_TRUE); in output_fs()
6203 check_reqd_prop(fstab.zone_fs_special, RT_FS, PT_SPECIAL, in verify_func()
6633 PT_SPECIAL, &validation_failed); in end_func()
H A Dzonecfg_grammar.y965 property_name: SPECIAL { $$ = PT_SPECIAL; }