Searched refs:SNDCTL_DSP_SETFRAGMENT (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | audio.c | 308 # ifdef SNDCTL_DSP_SETFRAGMENT in audio_init() 311 if (ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &tmp) == -1) in audio_init() 312 printf("audio_init: SNDCTL_DSP_SETFRAGMENT: %s\n", in audio_init() 315 # endif /* SNDCTL_DSP_SETFRAGMENT */ in audio_init()
|
/freebsd/usr.bin/beep/ |
H A D | beep.c | 221 if (ioctl(f, SNDCTL_DSP_SETFRAGMENT, &c)) in main()
|
/freebsd/share/examples/sound/oss/ |
H A D | audio.c | 237 error = ioctl(config->fd, SNDCTL_DSP_SETFRAGMENT, &tmp); in oss_init()
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 801 #define SNDCTL_DSP_SETFRAGMENT _IOWR('P',10, int) macro 1525 #define SOUND_PCM_SETFRAGMENT SNDCTL_DSP_SETFRAGMENT
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 278 unsigned IOCTL_SNDCTL_DSP_SETFRAGMENT = SNDCTL_DSP_SETFRAGMENT;
|
H A D | sanitizer_platform_limits_posix.cpp | 795 unsigned IOCTL_SNDCTL_DSP_SETFRAGMENT = SNDCTL_DSP_SETFRAGMENT;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 263 _(SNDCTL_DSP_SETFRAGMENT, WRITE, sizeof(int));
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2441 unsigned IOCTL_SNDCTL_DSP_SETFRAGMENT = SNDCTL_DSP_SETFRAGMENT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1372 _(SNDCTL_DSP_SETFRAGMENT, READWRITE, sizeof(int));
|
/freebsd/sys/dev/sound/pcm/ |
H A D | dsp.c | 1183 case SNDCTL_DSP_SETFRAGMENT: in dsp_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 1861 args->cmd = SNDCTL_DSP_SETFRAGMENT; in linux_ioctl_sound()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |