Searched refs:devpts (Results 1 – 11 of 11) sorted by relevance
1 Each mount of the devpts filesystem is now distinct such that ptys5 All mounts of the devpts filesystem now create a /dev/pts/ptmx node10 of devpts under the name "pts" in the same directory as the ptmx device16 the devpts filesystem in this manner devpts should be mounted with
40 devpts.txt41 - info on the devpts filesystem.
5 obj-$(CONFIG_UNIX98_PTYS) += devpts.o7 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
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()
24 devpts /dev/pts devpts gid=5,mode=620 0 0
64 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
61 obj-y += devpts/
67 none /dev/pts devpts gid=5,mode=620 0 0
154 /dev/pts devpts PTY slave filesystem268 nodes for the slaves on demand using the "devpts" filesystem.
2091 devpts filesystem onto /dev/pts with the appropriate
75 - pty ==> Documentation/filesystems/devpts.txt