Home
last modified time | relevance | path

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

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