Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A 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()
1090 if (cy->cy_tty == NULL || in cy_intr()
1119 if (cy->cy_tty == NULL || in cy_intr()
[all …]
H A Dcyreg.h140 struct tty *cy_tty; member