Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.h104 #define PT_SPECIAL 6 macro
H A Dzonecfg.c1055 pt_to_str(PT_SPECIAL), gettext("<path>")); in usage()
1337 pt_to_str(PT_SPECIAL), pt_to_str(PT_RAW), in usage()
1934 export_prop(of, PT_SPECIAL, fstab.zone_fs_special); in export_func()
2676 case PT_SPECIAL: in fill_in_fstab()
4423 case PT_SPECIAL: in set_func()
4976 output_prop(fp, PT_SPECIAL, fstab->zone_fs_special, B_TRUE); in output_fs()
5905 check_reqd_prop(fstab.zone_fs_special, RT_FS, PT_SPECIAL, in verify_func()
6324 PT_SPECIAL, &validation_failed); in end_func()
H A Dzonecfg_grammar.y963 property_name: SPECIAL { $$ = PT_SPECIAL; }