Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Daudio-pcm.c138 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in main()
/freebsd/contrib/ntp/libntp/
H A Daudio.c291 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in audio_init()
292 printf("audio_init: AIOGSIZE: %s\n", strerror(errno)); in audio_init()
/freebsd/sys/sys/
H A Dsoundcard.h140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ macro
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c219 {AIOGSIZE, "AIOGSIZE"},
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c815 case AIOGSIZE: /* get the current blocksize */ in dsp_ioctl()