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

/freebsd-10-stable/sys/dev/sound/pcm/
H A Dfeeder_matrix.c293 struct pcmchan_matrix *m_out)
299 if (info == NULL || m_in == NULL || m_out == NULL ||
301 AFMT_CHANNEL(info->out) != m_out->channels ||
303 m_out->channels < SND_CHN_MIN || m_out->channels > SND_CHN_MAX)
312 if (m_in->id == m_out->id && !(m_in->id < SND_CHN_MATRIX_BEGIN ||
322 if (m_out->id == SND_CHN_MATRIX_1_0)
324 else if (m_out->mask & SND_CHN_T_MASK_FC)
333 m_out->map[ch].type != SND_CHN_T_MAX; ch += SND_CHN_T_STEP) {
334 merge_mask = m_out
292 feed_matrix_setup(struct feed_matrix_info *info, struct pcmchan_matrix *m_in, struct pcmchan_matrix *m_out) argument
399 struct pcmchan_matrix *m_in, *m_out; local
541 feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in, struct pcmchan_matrix *m_out) argument
672 feeder_matrix_compare(struct pcmchan_matrix *m_in, struct pcmchan_matrix *m_out) argument
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c10821 struct mbuf *m_out, *m_end = NULL; local
10836 m_out = sctp_add_auth_chunk(NULL, &m_end, &auth, &auth_offset,
10840 m_out = NULL;
10844 if (m_out) {
10845 sctp_m_freem(m_out);
10865 if (m_out == NULL) {
10868 m_out = m_abort;
10894 sctp_m_freem(m_out);
10900 m_out, auth_offset, auth, stcb->asoc.authinfo.active_keyid, 1, 0, 0,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2150 m_out (out)
2174 m_screen = ::newterm(NULL, m_out, m_in);
2339 FILE *m_out; member in class:curses::Application

Completed in 123 milliseconds