Searched refs:devpts (Results 1 – 7 of 7) sorted by relevance
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
6 obj-$(CONFIG_UNIX98_PTYS) += devpts.o8 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()
49 devpts /dev/pts devpts gid=5,mode=620 0 0
26 dquota-cache-16 sb-devpts-28 sb-proc-47 sb-tmpfs-42
112 # Attack surface reduction: Use the modern PTY interface (devpts) only.
25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android