Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/util/
HDaudio-pcm.c138 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in main()
/freebsd-13-stable/contrib/ntp/libntp/
HDaudio.c291 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in audio_init()
/freebsd-13-stable/sys/sys/
HDsoundcard.h140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ macro
/freebsd-13-stable/sys/dev/sound/midi/
HDsequencer.c223 {AIOGSIZE, "AIOGSIZE"},
/freebsd-13-stable/sys/dev/sound/pcm/
HDdsp.c1226 case AIOGSIZE: /* get the current blocksize */ in dsp_ioctl()