Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dpty.c239 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open()
581 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
923 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
A Dtty_io.c291 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1207 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()
/linux/fs/proc/
A Dproc_tty.c58 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
/linux/include/linux/
A Dtty_driver.h424 #define PTY_TYPE_SLAVE 0x0002 macro

Completed in 25 milliseconds