Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevpts_fs.h25 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index,
39 static inline struct inode *devpts_pty_new(struct inode *ptmx_inode, in devpts_pty_new() function
/linux-4.4.14/fs/devpts/
Dinode.c607 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, in devpts_pty_new() function
/linux-4.4.14/drivers/tty/
Dpty.c795 slave_inode = devpts_pty_new(inode, in ptmx_open()