/src/sys/dev/ |
midi_if.h | 111 int midi_writebytes(int, u_char *, int);
|
sequencer.c | 1513 return midi_writebytes(md->unit, bf, cc); 1690 midi_writebytes(int unit, u_char *bf, int cc) function in typeref:typename:int
|
midi.c | 1577 midi_writebytes(int unit, u_char *bf, int cc) function in typeref:typename:int 1586 DPRINTFN(7, ("midi_writebytes: %p, unit=%d, cc=%d %#02x %#02x %#02x\n",
|