Home
last modified time | relevance | path

Searched refs:MOUSE_GETLEVEL (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dmouse.h37 #define MOUSE_GETLEVEL _IOR('M', 4, int) macro
/freebsd/sys/dev/syscons/
H A Dsysmouse.c191 case MOUSE_GETLEVEL: /* get operation level */ in smdev_ioctl()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c391 case MOUSE_GETLEVEL: in sysmouse_ioctl()
/freebsd/sys/dev/adb/
H A Dadb_mouse.c611 case MOUSE_GETLEVEL: in ams_ioctl()
/freebsd/sys/dev/usb/input/
H A Dums.c1087 case MOUSE_GETLEVEL: in ums_fifo_ioctl()
H A Dwsp.c1592 case MOUSE_GETLEVEL: in wsp_ioctl()
H A Datp.c2540 case MOUSE_GETLEVEL: in atp_ioctl()
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c1304 ioctl(fd, MOUSE_GETLEVEL, &dummy) >= 0) in r_daemon()
1436 if (ioctl(fd, MOUSE_GETLEVEL, &level) < 0) { in r_identify_sysmouse()
1437 logwarnx("unable to MOUSE_GETLEVEL for device %s", dev->path); in r_identify_sysmouse()
/freebsd/sys/dev/cyapa/
H A Dcyapa.c1240 case MOUSE_GETLEVEL: in cyapaioctl()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c962 rodent.level = (ioctl(rodent.mfd, MOUSE_GETLEVEL, &level) == 0) ? level : 0; in r_identify()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c2797 case MOUSE_GETLEVEL: