Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.h51 int, int, off_t, format_type&);
53 format_type, const char *infoString);
58 format_type, format_type, off_t, off_t);
H A Dparse.h41 } format_type; typedef
48 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
H A Dmain.cc78 format_type ofmt = F_SUN; // output format type in main()
79 format_type ifmt = F_SUN; // expected input format type in main()
80 format_type fmt = F_SUN; // actual input format type in main()
H A Dparse.cc86 format_type& format) in fileformat_parse()
140 format_type& format, in parse_format()
H A Dfile.cc77 format_type& fmt) in open_input_file()
221 format_type ofmt, in create_output_file()
H A Dconvert.cc100 format_type i_fmt, in noop_conversion()
101 format_type o_fmt, in noop_conversion()
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c338 int format_type; in vuidmice_wput() local
346 format_type = in vuidmice_wput()
348 STATEP->format = (uchar_t)format_type; in vuidmice_wput()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c51 enum format_type { enum