Searched refs:AIOGSIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/ntp/util/
H A Daudio-pcm.c138 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
139 printf("AIOGSIZE: %s\n", strerror(errno));
/freebsd-10.0-release/contrib/ntp/libntp/
H A Daudio.c271 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
272 printf("audio_init: AIOGSIZE: %s\n", strerror(errno));
/freebsd-10.0-release/sys/sys/
H A Dsoundcard.h124 * AIOGSIZE/AIOSSIZE are used to change the behaviour of the device,
140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ macro
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dsequencer.c222 {AIOGSIZE, "AIOGSIZE"},
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Ddsp.c1189 case AIOGSIZE: /* get the current blocksize */

Completed in 78 milliseconds