Home
last modified time | relevance | path

Searched refs:WSMOUSEIO_GETREPEAT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/wsconsctl/
Dmouse.c220 if (ioctl(fd, WSMOUSEIO_GETREPEAT, &tmp) < 0) in mouse_get_repeat()
376 if (ioctl(fd, WSMOUSEIO_GETREPEAT, &tmp) < 0) in mouse_put_repeat()
/netbsd/src/sys/dev/wscons/
Dwsconsio.h268 #define WSMOUSEIO_GETREPEAT _IOR('W', 39, struct wsmouse_repeat) macro
Dwsmouse.c867 case WSMOUSEIO_GETREPEAT: in wsmouse_do_ioctl()