Searched refs:CONS_MOUSECTL (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_consolectl.c | 58 case CONS_MOUSECTL: { in consolectl_ioctl()
|
| H A D | vt_core.c | 2622 case CONS_MOUSECTL: { in vtterm_ioctl()
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | mouse.c | 233 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseAction() 324 if ((error = ioctl(0, CONS_MOUSECTL, &mouseinfo))) in VGLMouseInit() 328 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseInit() 343 if (ioctl(0, CONS_MOUSECTL, &mouseinfo) == 0) { in VGLMouseRestore() 347 ioctl(0, CONS_MOUSECTL, &mouseinfo); in VGLMouseRestore()
|
| /freebsd-13.1/usr.sbin/bluetooth/bthidd/ |
| H A D | hid.c | 552 if (ioctl(s->srv->cons, CONS_MOUSECTL, &mi) < 0) in hid_interrupt() 564 if (ioctl(s->srv->cons, CONS_MOUSECTL, &mi) < 0) in hid_interrupt()
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 319 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server() 350 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 352 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 680 if (ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in initialize_mousetype() 683 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in initialize_mousetype()
|
| /freebsd-13.1/sys/sys/ |
| H A D | consio.h | 173 #define CONS_MOUSECTL _IOWR('c', 10, mouse_info_t) macro
|
| /freebsd-13.1/usr.sbin/moused/ |
| H A D | moused.c | 1046 extioctl = (ioctl(rodent.cfd, CONS_MOUSECTL, &mouse) == 0); in moused() 1278 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused() 1294 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused() 1317 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused() 2618 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in r_click()
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 993 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char() 1018 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse()
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scmouse.c | 666 case CONS_MOUSECTL: /* control mouse arrow */ in sc_mouse_ioctl()
|
| H A D | syscons.c | 1711 (void)sctty_ioctl(dev->si_drv1, CONS_MOUSECTL, (caddr_t)&info, td); in consolectl_close()
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | configure | 7599 ioctl(0, CONS_MOUSECTL, &the_mouse);
|
| H A D | aclocal.m4 | 8683 ioctl(0, CONS_MOUSECTL, &the_mouse);
|