Home
last modified time | relevance | path

Searched refs:CONS_MOUSECTL (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_consolectl.c55 case CONS_MOUSECTL: { in consolectl_ioctl()
H A Dvt_core.c2802 case CONS_MOUSECTL: { in vtterm_ioctl()
/freebsd/lib/libvgl/
H A Dmouse.c231 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()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dhid.c551 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()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c329 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server()
360 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
362 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
697 if (ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in initialize_mousetype()
700 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in initialize_mousetype()
/freebsd/sys/sys/
H A Dconsio.h171 #define CONS_MOUSECTL _IOWR('c', 10, mouse_info_t) macro
/freebsd/usr.sbin/moused/
H A Dmoused.c1043 extioctl = (ioctl(rodent.cfd, CONS_MOUSECTL, &mouse) == 0); in moused()
1275 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused()
1291 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused()
1314 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused()
2614 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in r_click()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c988 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char()
1013 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse()
/freebsd/sys/dev/syscons/
H A Dscmouse.c664 case CONS_MOUSECTL: /* control mouse arrow */ in sc_mouse_ioctl()
H A Dsyscons.c1713 (void)sctty_ioctl(dev->si_drv1, CONS_MOUSECTL, (caddr_t)&info, td); in consolectl_close()
/freebsd/contrib/ncurses/
H A Dconfigure7822 ioctl(0, CONS_MOUSECTL, &the_mouse);
H A Daclocal.m49097 ioctl(0, CONS_MOUSECTL, &the_mouse);