Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/
Ddevpts.rst7 Each mount of the devpts filesystem is now distinct such that ptys
11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node
16 of devpts under the name ``pts`` in the same directory as the ptmx device
22 the devpts filesystem in this manner devpts should be mounted with
Dindex.rst27 devpts
/linux-6.1.9/fs/devpts/
DMakefile6 obj-$(CONFIG_UNIX98_PTYS) += devpts.o
8 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
/linux-6.1.9/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-6.1.9/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt49 devpts /dev/pts devpts gid=5,mode=620 0 0
/linux-6.1.9/Documentation/admin-guide/mm/
Dshrinker_debugfs.rst28 dquota-cache-16 sb-devpts-28 sb-proc-47 sb-tmpfs-42
/linux-6.1.9/fs/
DMakefile63 obj-y += devpts/
/linux-6.1.9/Documentation/admin-guide/
Dbinderfs.rst25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
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-6.1.9/Documentation/admin-guide/sysctl/
Dkernel.rst1030 See Documentation/filesystems/devpts.rst.