Searched refs:SNDCTL_DSP_GETODELAY (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/beep/
H A Dbeep.c224 if (ioctl(f, SNDCTL_DSP_GETODELAY, &c) != 0)
225 errx(1, "ioctl SNDCTL_DSP_GETODELAY failed");
264 while (ioctl(f, SNDCTL_DSP_GETODELAY, &c) == 0) {
/freebsd-current/sys/sys/
H A Dsoundcard.h942 #define SNDCTL_DSP_GETODELAY _IOR ('P', 23, int) macro
/freebsd-current/sys/dev/sound/pcm/
H A Ddsp.c1449 case SNDCTL_DSP_GETODELAY:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc1387 _(SNDCTL_DSP_GETODELAY, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2456 unsigned IOCTL_SNDCTL_DSP_GETODELAY = SNDCTL_DSP_GETODELAY;
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1897 args->cmd = SNDCTL_DSP_GETODELAY;

Completed in 219 milliseconds