Searched refs:devpts (Results 1 – 14 of 14) sorted by relevance
1 …devpts/built-in.a := echo >/dev/null; rm -f fs/devpts/built-in.a; /usr/bin/ccache /home/test/works…
6 obj-$(CONFIG_UNIX98_PTYS) += devpts.o8 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
1 …devpts/inode.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64…3 source_fs/devpts/inode.o := fs/devpts/inode.c5 deps_fs/devpts/inode.o := \1064 fs/devpts/inode.o: $(deps_fs/devpts/inode.o)1066 $(deps_fs/devpts/inode.o):
7 Each mount of the devpts filesystem is now distinct such that ptys11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node16 of devpts under the name ``pts`` in the same directory as the ptmx device22 the devpts filesystem in this manner devpts should be mounted with
27 devpts
191 char devpts[] = P_tmpdir "/devpts_fs_XXXXXX"; in verify_non_standard_devpts_mount() local203 mntpoint = mkdtemp(devpts); in verify_non_standard_devpts_mount()220 ret = snprintf(ptmx, sizeof(ptmx), "%s/ptmx", devpts); in verify_non_standard_devpts_mount()
49 devpts /dev/pts devpts gid=5,mode=620 0 0
1 …-in.a fs/kernfs/built-in.a fs/sysfs/built-in.a fs/configfs/built-in.a fs/devpts/built-in.a fs/netf…
64 obj-y += devpts/
131 devpts/inode.o/
25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
155 /dev/pts devpts PTY slave filesystem269 nodes for the slaves on demand using the "devpts" filesystem.
2091 devpts filesystem onto /dev/pts with the appropriate
1005 See Documentation/filesystems/devpts.rst.
Completed in 23 milliseconds