Home
last modified time | relevance | path

Searched refs:devpts (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/filesystems/
Ddevpts.txt1 Each mount of the devpts filesystem is now distinct such that ptys
5 All mounts of the devpts filesystem now create a /dev/pts/ptmx node
10 of devpts under the name "pts" in the same directory as the ptmx device
16 the devpts filesystem in this manner devpts should be mounted with
D00-INDEX40 devpts.txt
41 - info on the devpts filesystem.
/Linux-v4.19/fs/devpts/
DMakefile5 obj-$(CONFIG_UNIX98_PTYS) += devpts.o
7 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
/Linux-v4.19/tools/testing/selftests/filesystems/
Ddevpts_pts.c191 char devpts[] = P_tmpdir "/devpts_fs_XXXXXX"; in verify_non_standard_devpts_mount() local
203 mntpoint = mkdtemp(devpts); in verify_non_standard_devpts_mount()
220 ret = snprintf(ptmx, sizeof(ptmx), "%s/ptmx", devpts); in verify_non_standard_devpts_mount()
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt24 devpts /dev/pts devpts gid=5,mode=620 0 0
Dinitrd.txt64 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
/Linux-v4.19/fs/
DMakefile61 obj-y += devpts/
/Linux-v4.19/Documentation/ia64/
Dxen.txt67 none /dev/pts devpts gid=5,mode=620 0 0
/Linux-v4.19/Documentation/admin-guide/
Ddevices.rst154 /dev/pts devpts PTY slave filesystem
268 nodes for the slaves on demand using the "devpts" filesystem.
Ddevices.txt2091 devpts filesystem onto /dev/pts with the appropriate
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt75 - pty ==> Documentation/filesystems/devpts.txt