Searched refs:sysmouse_tty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/syscons/
H A Dsysmouse.c49 static struct tty *sysmouse_tty; variable in typeref:struct:tty
171 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL);
172 tty_makedev(sysmouse_tty, NULL, "sysmouse");
195 tty_lock(sysmouse_tty);
223 if (flags == 0 || !tty_opened(sysmouse_tty))
236 ttydisc_rint(sysmouse_tty, buf[i], 0);
245 ttydisc_rint(sysmouse_tty, buf[i], 0);
247 ttydisc_rint_done(sysmouse_tty);
249 done: tty_unlock(sysmouse_tty);

Completed in 54 milliseconds