Home
last modified time | relevance | path

Searched refs:SEQ_DEBUG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/midi/
H A Dsequencer.c349 SEQ_DEBUG(2, printf("Timer wait when timer isn't running\n")); in timer_wait()
377 SEQ_DEBUG(3, in timer_wait()
395 SEQ_DEBUG(3, printf("seq_timer didn't timeout\n")); in timer_wait()
434 SEQ_DEBUG(2, printf("seq_eventthread started\n")); in seq_eventthread()
464 SEQ_DEBUG(2, printf("seq_eventthread finished\n")); in seq_eventthread()
489 SEQ_DEBUG(2, printf("seq_processevent not known %d\n", in seq_processevent()
493 SEQ_DEBUG(2, printf("seq_processevent midi unit not found %d\n", in seq_processevent()
526 SEQ_DEBUG(1, printf("seq_addunit: softc allocation failed.\n")); in seq_addunit()
588 SEQ_DEBUG(2, printf("sequencer %d created scp %p\n", scp->unit, scp)); in seq_addunit()
627 //SEQ_DEBUG(
[all...]
H A Dsequencer.h54 #define SEQ_DEBUG(y, x) \ macro