Home
last modified time | relevance | path

Searched defs:m_out (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_matrix.c293 struct pcmchan_matrix *m_out) in feed_matrix_setup() argument
398 struct pcmchan_matrix *m_in, *m_out; feed_matrix_init() local
541 feeder_matrix_setup(struct pcm_feeder * f,struct pcmchan_matrix * m_in,struct pcmchan_matrix * m_out) feeder_matrix_setup() argument
671 feeder_matrix_compare(struct pcmchan_matrix * m_in,struct pcmchan_matrix * m_out) feeder_matrix_compare() argument
[all...]
/freebsd/sys/netinet/
H A Dsctp_output.c10940 struct mbuf *m_out, *m_end = NULL; in sctp_send_abort_tcb() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4477 FILE *m_out; member in curses::Application