Home
last modified time | relevance | path

Searched refs:PTY_TYPE_SLAVE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/proc/
A Dproc_tty.c56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
/linux/include/linux/
A Dtty_driver.h570 #define PTY_TYPE_SLAVE 0x0002 macro
/linux/drivers/tty/
A Dpty.c229 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open()
571 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
913 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
A Dtty_io.c285 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1188 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()

Completed in 19 milliseconds