Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/wsmoused/
Dmouse_protocols.c315 pnpgets(int mouse_fd, char *buf) in pnpgets() argument
321 pfd[0].fd = mouse_fd; in pnpgets()
332 ioctl(mouse_fd, TIOCMGET, &i); in pnpgets()
335 ioctl(mouse_fd, TIOCMSET, &i); in pnpgets()
337 if ((ioctl(mouse_fd, TIOCMGET, &i) == -1) || ((i & TIOCM_DSR) == 0)) in pnpgets()
343 ioctl(mouse_fd, TIOCMBIC, &i); in pnpgets()
346 ioctl(mouse_fd, TIOCMBIS, &i); in pnpgets()
350 FlushInput(mouse_fd); in pnpgets()
352 ioctl(mouse_fd, TIOCMBIS, &i); in pnpgets()
358 ioctl(mouse_fd, TIOCMBIC, &i); in pnpgets()
[all …]