Searched refs:EVIOCGRAB (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | getmode.c | 42 # ifndef EVIOCGRAB 43 # define EVIOCGRAB _IOW('E', 0x90, int) macro 291 if (ioctl(fd, EVIOCGRAB, (void *)1) != 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | evdev.c | 246 if (ioctl (fd, EVIOCGRAB, 1) < 0) 341 if (ioctl (ke->fd, EVIOCGRAB, 0) < 0) 434 if (ioctl (fd, EVIOCGRAB, 1) < 0) 509 if (ioctl (ke->fd, EVIOCGRAB, 0) < 0)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | eventcomm.c | 190 SYSCALL(ret = ioctl(pInfo->fd, EVIOCGRAB, (pointer) 1)); 222 * @param test_grab If true, test whether an EVIOCGRAB is possible on the 236 SYSCALL(rc = ioctl(fd, EVIOCGRAB, (pointer) 1)); 273 SYSCALL(ioctl(fd, EVIOCGRAB, (pointer) 0));
|
Completed in 9 milliseconds