Searched refs:conv_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc57 struct conv_list { struct
58 struct conv_list *next; // next conversion in chain
119 struct conv_list
121 struct conv_list *list)
123 struct conv_list *lp;
135 struct conv_list *&list)
139 struct conv_list *tlp;
164 struct conv_list *&list, // list to modify
171 struct conv_list *lp;
172 struct conv_list *nl
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c598 * The following four functions are entry points recorded at the conv_list[]
714 * the conv_list[] at below.
758 * update the conv_list[] at below.
840 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable
973 * We use conv_list_lock to restrict data access of both conv_list[] and
1103 * into the conv_list[] somehow, i.e., new one never kicks out
1111 if (conv_list[j].mid == mid &&
1112 conv_list[j].fid == fid &&
1113 conv_list[j].tid == tid) {
1114 if (conv_list[
[all...]
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y306 | T_TOUPPER conv_list T_NL
307 | T_TOLOWER conv_list T_NL
334 conv_list : conv_list T_SEMI conv_pair label

Completed in 92 milliseconds