Home
last modified time | relevance | path

Searched refs:format_type (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/audio/audioconvert/
H A Dconvert.h53 int, int, off_t, format_type&);
55 format_type, const char *infoString);
60 format_type, format_type, off_t, off_t);
H A Dparse.h43 } format_type; typedef
50 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
H A Dmain.cc81 format_type ofmt = F_SUN; // output format type in main()
82 format_type ifmt = F_SUN; // expected input format type in main()
83 format_type fmt = F_SUN; // actual input format type in main()
H A Dparse.cc88 format_type& format) in fileformat_parse()
142 format_type& format, in parse_format()
H A Dfile.cc79 format_type& fmt) in open_input_file()
223 format_type ofmt, in create_output_file()
H A Dconvert.cc102 format_type i_fmt, in noop_conversion()
103 format_type o_fmt, in noop_conversion()
/titanic_41/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c341 int format_type; in vuidmice_wput() local
349 format_type = in vuidmice_wput()
351 STATEP->format = (uchar_t)format_type; in vuidmice_wput()