Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h88 #define EVIOCGNAME(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x06, len) /* get device name */ macro
H A Dcdev.c577 case EVIOCGNAME(0): in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c262 if (ioctl(sc->vsc_fd, EVIOCGNAME(sizeof(name) - 1), name) < 0) { in pci_vtinput_read_config_id_name()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp602 unsigned IOCTL_EVIOCGNAME = EVIOCGNAME(0);
H A Dsanitizer_common_interceptors_ioctl.inc160 _(EVIOCGNAME, WRITE, 0);