Searched refs:cy_tty (Results 1 – 2 of 2) sorted by relevance
280 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 …]
140 struct tty *cy_tty; member