Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/midi/
H A Dsequencer.c219 {SNDCTL_TMR_CONTINUE, "SNDCTL_TMR_CONTINUE"},
1184 case SNDCTL_TMR_CONTINUE: in seq_ioctl()
/dragonfly/sys/sys/
H A Dsoundcard.h343 #define SNDCTL_TMR_CONTINUE _IO ('T', 4) macro