Home
last modified time | relevance | path

Searched refs:EVIOCGID (Results 1 – 6 of 6) 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.c465 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.cpp619 unsigned IOCTL_EVIOCGID = EVIOCGID;
H A Dsanitizer_common_interceptors_ioctl.inc162 _(EVIOCGID, WRITE, struct_input_id_sz);
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c1416 if (ioctl(fd, EVIOCGID, &dev->id) < 0) { in r_init_dev_evdev()