Home
last modified time | relevance | path

Searched refs:EVIOCGID (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dinput.h79 #define EVIOCGID _IOR(EVDEV_IOC_MAGIC, 0x02, struct input_id) /* get device ID */ macro
H A Dcdev.c464 case EVIOCGID: in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c285 if (ioctl(sc->vsc_fd, EVIOCGID, &devids)) { in pci_vtinput_read_config_id_devids()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp598 unsigned IOCTL_EVIOCGID = EVIOCGID;
H A Dsanitizer_common_interceptors_ioctl.inc156 _(EVIOCGID, WRITE, struct_input_id_sz);