Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/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.c2772 return ptm_open_peer(file, tty, (int)arg); in tty_ioctl()