Home
last modified time | relevance | path

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

/openbmc/linux/fs/devpts/
H A Dinode.c81 umode_t ptmxmode; member
239 opts->ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in parse_mount_options()
285 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()
343 mode = S_IFCHR|opts->ptmxmode; in mknod_ptmx()
362 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()
397 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); in devpts_show_options()
420 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info()
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dfstab5 devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0
/openbmc/linux/Documentation/filesystems/
H A Ddevpts.rst23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.