Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dcy.c280 if (cy->cy_tty == NULL) { in cyopen()
281 cy->cy_tty = ttymalloc(0); in cyopen()
285 tp = cy->cy_tty; in cyopen()
394 struct tty *tp = cy->cy_tty; in cyclose()
434 struct tty *tp = cy->cy_tty; in cyread()
454 struct tty *tp = cy->cy_tty; in cywrite()
474 struct tty *tp = cy->cy_tty; in cytty()
489 struct tty *tp = cy->cy_tty; in cyioctl()
827 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) in cy_modem_control()
833 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) in cy_modem_control()
[all …]
Dcyreg.h140 struct tty *cy_tty; member