Searched refs:MIDIQ_FULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/midi/
H A Dmidiq.h52 #define MIDIQ_FULL(head) ((head).h == -1) macro
53 #define MIDIQ_AVAIL(head) (MIDIQ_FULL(head) ? 0 : (head).s - MIDIQ_LENBASE(head))
80 if(MIDIQ_FULL(head)) (head).h=(head).t; \
H A Dmidi.c521 if (!MIDIQ_FULL(m->inq)) {
545 if (!MIDIQ_FULL(m->inq)) {

Completed in 57 milliseconds