Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevpts_fs.h23 int devpts_new_index(struct pts_fs_info *);
/openbmc/linux/fs/devpts/
H A Dinode.c512 int devpts_new_index(struct pts_fs_info *fsi) in devpts_new_index() function
/openbmc/linux/drivers/tty/
H A Dpty.c815 index = devpts_new_index(fsi); in ptmx_open()