Home
last modified time | relevance | path

Searched refs:EVIOCGSND (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/evdev/
Dinput.h99 #define EVIOCGSND(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x1a, len) /* get all sounds status */ macro
Dcdev.c628 case EVIOCGSND(0): in evdev_ioctl()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp557 unsigned IOCTL_EVIOCGSND = EVIOCGSND(0);
Dsanitizer_common_interceptors_ioctl.inc156 _(EVIOCGSND, WRITE, 0);