Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dproc_tty.c56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
/openbmc/linux/drivers/tty/
H 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()
H A Dtty_io.c285 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1186 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()
/openbmc/linux/include/linux/
H A Dtty_driver.h571 #define PTY_TYPE_SLAVE 0x0002 macro