Home
last modified time | relevance | path

Searched defs:conv_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc55 struct conv_list { struct
56 struct conv_list *next; // next conversion in chain argument
57 unsigned bufcnt; // number of buffers to process
58 AudioTypeConvert* conv; // conversion class
59 AudioHdr hdr; // what to convert to
60 char *desc; // describe conversion (for errs)
173 nlp = new struct conv_list[bufs]; in append_conv_list() local
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c838 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable