Home
last modified time | relevance | path

Searched refs:other_tty (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp495 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 …]
H A Dtty_private.h112 struct tty *other_tty; member
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp334 while (tty_cookie *slave = cookie->other_tty->cookies.Head()) in pty_close()