Home
last modified time | relevance | path

Searched refs:snd_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/util/
H A Daudio-pcm.c88 struct snd_size s_size; in main()
/freebsd/sys/sys/
H A Dsoundcard.h136 struct snd_size { struct
140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ argument
141 #define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */
/freebsd/contrib/ntp/libntp/
H A Daudio.c236 struct snd_size s_size; in audio_init()
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c795 struct snd_size *p = (struct snd_size *)arg; in dsp_ioctl()
817 struct snd_size *p = (struct snd_size *)arg; in dsp_ioctl()
/freebsd/contrib/ntp/
H A Dconfigure.ac708 [for struct snd_size],
721 extern struct snd_size *ss;
732 [Do we have struct snd_size?])
H A Dconfig.h.in946 /* Do we have struct snd_size? */
H A Dconfigure28771 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct snd_size" >&5
28772 printf %s "checking for struct snd_size... " >&6; }
28791 extern struct snd_size *ss;
/freebsd/sys/netinet/
H A Dsctputil.c424 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() argument
430 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()