Searched refs:AIOSSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ntp/libntp/
H A Daudio.c301 if (ioctl(fd, AIOSSIZE, &s_size) == -1)
302 printf("audio_init: AIOSSIZE: %s\n", strerror(errno));
/freebsd-current/sys/sys/
H A Dsoundcard.h124 * AIOGSIZE/AIOSSIZE are used to change the behaviour of the device,
141 #define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */ macro
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c223 {AIOSSIZE, "AIOSSIZE"},
/freebsd-current/sys/dev/sound/pcm/
H A Ddsp.c836 case AIOSSIZE: /* set the current blocksize */

Completed in 202 milliseconds