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

/freebsd-current/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:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc158 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);
H A Dsanitizer_platform_limits_posix.cpp600 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;

Completed in 67 milliseconds