Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h85 #define EVIOCSKEYCODE _IOW(EVDEV_IOC_MAGIC, 0x04, unsigned int[2]) /* set keycode */ macro
H A Dcdev.c500 case EVIOCSKEYCODE: in evdev_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp613 unsigned IOCTL_EVIOCSKEYCODE = EVIOCSKEYCODE;
H A Dsanitizer_common_interceptors_ioctl.inc171 _(EVIOCSKEYCODE, READ, sizeof(int) * 2);