Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/wscons/
Dwsconsio.h293 #define WSMOUSEIO_GETPARAMS _IOW('W', 42, struct wsmouse_parameters) macro
Dwsmouse.c895 case WSMOUSEIO_GETPARAMS: in wsmouse_do_ioctl()
/netbsd/src/sbin/wsconsctl/
Dmouse.c138 if (ioctl(fd, WSMOUSEIO_GETPARAMS, &pl) < 0) { in mouse_get_parameters()