Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevpts_fs.h37 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags);
41 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() function
/Linux-v4.19/drivers/tty/
Dpty.c618 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() function
Dtty_io.c2644 return ptm_open_peer(file, tty, (int)arg); in tty_ioctl()