Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h83 #define EVIOCGKEYCODE _IOWR(EVDEV_IOC_MAGIC, 0x04, unsigned int[2]) /* get keycode */ macro
H A Dcdev.c487 case EVIOCGKEYCODE: in evdev_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp600 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;
H A Dsanitizer_common_interceptors_ioctl.inc158 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);