Searched refs:pty_common_install (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | pty.c | 360 * pty_common_install - set up the pty pair 370 static int pty_common_install(struct tty_driver *driver, struct tty_struct *tty, in pty_common_install() function 452 return pty_common_install(driver, tty, true); in pty_install() 731 return pty_common_install(driver, tty, false); in pty_unix98_install()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | pty.c | 349 * pty_common_install - set up the pty pair 359 static int pty_common_install(struct tty_driver *driver, struct tty_struct *tty, in pty_common_install() function 441 return pty_common_install(driver, tty, true); in pty_install() 721 return pty_common_install(driver, tty, false); in pty_unix98_install()
|
Completed in 3 milliseconds