Searched refs:CONS_MOUSECTL (Results 1 – 12 of 12) sorted by relevance
| /src/sys/dev/vt/ |
| H A D | vt_consolectl.c | 55 case CONS_MOUSECTL: { in consolectl_ioctl()
|
| H A D | vt_core.c | 2830 case CONS_MOUSECTL: { in vtterm_ioctl()
|
| /src/lib/libvgl/ |
| H A D | mouse.c | 231 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseAction() 319 if ((error = ioctl(0, CONS_MOUSECTL, &mouseinfo))) in VGLMouseInit() 323 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseInit() 338 if (ioctl(0, CONS_MOUSECTL, &mouseinfo) == 0) { in VGLMouseRestore() 342 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseRestore()
|
| /src/usr.sbin/bluetooth/bthidd/ |
| H A D | hid.c | 551 if (ioctl(s->srv->cons, CONS_MOUSECTL, &mi) < 0) in hid_interrupt() 563 if (ioctl(s->srv->cons, CONS_MOUSECTL, &mi) < 0) in hid_interrupt()
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 328 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server() 359 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 361 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 720 if (ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in initialize_mousetype() 723 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in initialize_mousetype()
|
| /src/sys/sys/ |
| H A D | consio.h | 171 #define CONS_MOUSECTL _IOWR('c', 10, mouse_info_t) macro
|
| /src/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 988 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char() 1013 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse()
|
| /src/sys/dev/syscons/ |
| H A D | scmouse.c | 664 case CONS_MOUSECTL: /* control mouse arrow */ in sc_mouse_ioctl()
|
| H A D | syscons.c | 1713 (void)sctty_ioctl(dev->si_drv1, CONS_MOUSECTL, (caddr_t)&info, td); in consolectl_close()
|
| /src/usr.sbin/moused/moused/ |
| H A D | moused.c | 2785 ioctl(cfd, CONS_MOUSECTL, &mouse); in r_move() 2814 ioctl(cfd, CONS_MOUSECTL, &mouse); in r_click()
|
| /src/contrib/ncurses/ |
| H A D | configure | 8855 ioctl(0, CONS_MOUSECTL, &the_mouse);
|
| H A D | aclocal.m4 | 10063 ioctl(0, CONS_MOUSECTL, &the_mouse);
|