Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/devpts/
Dinode.c601 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, in devpts_pty_new() function
/linux-4.1.27/drivers/tty/
Dpty.c786 slave_inode = devpts_pty_new(inode, in ptmx_open()