Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_GETINCOUNT (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/sound/midi/
Dsequencer.c197 {SNDCTL_SEQ_GETINCOUNT, "SNDCTL_SEQ_GETINCOUNT"},
1248 case SNDCTL_SEQ_GETINCOUNT: in seq_ioctl()
/freebsd-10-stable/sys/sys/
Dsoundcard.h319 #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) macro
/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c1943 args->cmd = SNDCTL_SEQ_GETINCOUNT; in linux_ioctl_sound()