Home
last modified time | relevance | path

Searched refs:ptm_open_peer (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Ddevpts_fs.h34 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags);
38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() function
/linux-6.15/drivers/tty/
H A Dpty.c602 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() function
H A Dtty_io.c2795 return ptm_open_peer(file, tty, (int)arg); in tty_ioctl()