Home
last modified time | relevance | path

Searched refs:PT_TYPE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h94 #define PT_TYPE 3 macro
H A Dnwamcfg_grammar.y862 | TYPE { $$ = PT_TYPE; }
H A Dnwamcfg.c212 { PT_TYPE, NWAM_NCU_PROP_TYPE },
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c1059 pt_to_str(PT_TYPE), gettext("<file-system type>")); in usage()
1144 cmd_to_str(CMD_SET), pt_to_str(PT_TYPE)); in usage()
1149 pt_to_str(PT_TYPE)); in usage()
1154 cmd_to_str(CMD_SET), pt_to_str(PT_TYPE)); in usage()
1159 cmd_to_str(CMD_SET), pt_to_str(PT_TYPE)); in usage()
1338 pt_to_str(PT_TYPE), pt_to_str(PT_OPTIONS)); in usage()
1347 pt_to_str(PT_NAME), pt_to_str(PT_TYPE), in usage()
1936 export_prop(of, PT_TYPE, fstab.zone_fs_type); in export_func()
2027 export_prop(of, PT_TYPE, attrtab.zone_attr_type); in export_func()
2684 case PT_TYPE: in fill_in_fstab()
[all …]
H A Dzonecfg.h105 #define PT_TYPE 7 macro
H A Dzonecfg_grammar.y966 | TYPE { $$ = PT_TYPE; }