sequencer.c | 147 static int seq_do_chncommon(struct sequencer_softc *, seq_event_t *); 1066 return seq_do_chncommon(sc, b); 1117 seq_do_chncommon(struct sequencer_softc *sc, seq_event_t *b) function in typeref:typename:int 1130 DPRINTFN(2,("seq_do_chncommon: %02x\n", b->common.op)); 1147 DPRINTFN(-1,("seq_do_chncommon: unimpl command %02x\n",
|