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

/linux-master/fs/proc/
H A Dproc_tty.c56 else if (p->subtype == PTY_TYPE_SLAVE)
/linux-master/include/linux/
H A Dtty_driver.h562 #define PTY_TYPE_SLAVE 0x0002 macro
/linux-master/drivers/tty/
H A Dpty.c229 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1)
571 pty_slave_driver->subtype = PTY_TYPE_SLAVE;
913 pts_driver->subtype = PTY_TYPE_SLAVE;
H A Dtty_io.c285 tty->driver->subtype == PTY_TYPE_SLAVE &&
1194 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name,

Completed in 136 milliseconds