HomeSort by: relevance | last modified time | path
    Searched defs:midi_fst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
midi.c 424 * midi_fst's caller. A stray 0xf7 should be ignored BUT should count as a
430 * midi_fst again with the same input byte.
435 midi_fst(struct midi_state *s, u_char c, enum fst_form form) function in typeref:enum:fst_ret
441 DPRINTF( ("midi_fst: s=%p c=0x%02x undefined\n",
446 DPRINTFN(9, ("midi_fst: s=%p System Real-Time data=0x%02x\n",
452 DPRINTFN(4, ("midi_fst: s=%p data=0x%02x state=%d\n",
630 DPRINTF(("midi_fst: unexpected %#02x in state %u\n",
660 DPRINTF(("midi_fst: mishandled %#02x(%u) in state %u?!\n",
709 got = midi_fst(&sc->rcv, data, FST_CANON);
781 printf("midi_in: midi_fst returned %d?!\n", got)
    [all...]
midi.c 424 * midi_fst's caller. A stray 0xf7 should be ignored BUT should count as a
430 * midi_fst again with the same input byte.
435 midi_fst(struct midi_state *s, u_char c, enum fst_form form) function in typeref:enum:fst_ret
441 DPRINTF( ("midi_fst: s=%p c=0x%02x undefined\n",
446 DPRINTFN(9, ("midi_fst: s=%p System Real-Time data=0x%02x\n",
452 DPRINTFN(4, ("midi_fst: s=%p data=0x%02x state=%d\n",
630 DPRINTF(("midi_fst: unexpected %#02x in state %u\n",
660 DPRINTF(("midi_fst: mishandled %#02x(%u) in state %u?!\n",
709 got = midi_fst(&sc->rcv, data, FST_CANON);
781 printf("midi_in: midi_fst returned %d?!\n", got)
    [all...]

Completed in 22 milliseconds