Searched refs:PT_TYPE (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.h | 94 #define PT_TYPE 3 macro
|
H A D | nwamcfg_grammar.y | 862 | TYPE { $$ = PT_TYPE; }
|
H A D | nwamcfg.c | 212 { PT_TYPE, NWAM_NCU_PROP_TYPE },
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1059 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 D | zonecfg.h | 105 #define PT_TYPE 7 macro
|
H A D | zonecfg_grammar.y | 966 | TYPE { $$ = PT_TYPE; }
|