Searched refs:other_tty (Results 1 – 3 of 3) sorted by relevance
495 fTarget(fCookie->other_tty), in WriterLocker()658 struct tty* otherTTY = fCookie->other_tty; in ~ReaderLocker()685 if (fCookie->other_tty->open_count == 0 in AcquireReader()686 && fCookie->other_tty->opened_count > 0) { in AcquireReader()688 fCookie->other_tty->opened_count)); in AcquireReader()1075 struct tty* target = sourceCookie->other_tty; in tty_write_to_tty_master_unsafe()1180 struct tty* target = sourceCookie->other_tty; in tty_write_to_tty_slave_unsafe()1413 cookie->other_tty = otherTTY; in tty_create_cookie()1458 if (cookie->other_tty->open_count > 0) { in tty_close_cookie()1459 cookie->other_tty->reader_queue.NotifyError(cookie, B_FILE_ERROR); in tty_close_cookie()[all …]
112 struct tty *other_tty; member
334 while (tty_cookie *slave = cookie->other_tty->cookies.Head()) in pty_close()