| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | devpts.sh | 15 . /etc/default/devpts 17 if grep -q devpts /proc/filesystems 27 if ! grep -q devpts /proc/mounts 30 mount -t devpts devpts /dev/pts -ogid=${TTYGRP},mode=${TTYMODE}
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | devpts.rst | 7 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
|
| H A D | index.rst | 27 devpts
|
| /OK3568_Linux_fs/kernel/fs/devpts/ |
| H A D | Makefile | 6 obj-$(CONFIG_UNIX98_PTYS) += devpts.o 8 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | mdev | 21 mount -t devpts devpts /dev/pts
|
| /OK3568_Linux_fs/buildroot/board/forlinx/common/security-system-overlay/etc/init.d/ |
| H A D | S00mount_sys.sh | 12 /bin/mount -t devpts devpts /dev/pts
|
| /OK3568_Linux_fs/buildroot/board/rockchip/common/security-system-overlay/etc/init.d/ |
| H A D | S00mount_sys.sh | 12 /bin/mount -t devpts devpts /dev/pts
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-sysv/skeleton/etc/ |
| H A D | fstab | 4 devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/ |
| H A D | fstab | 5 devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools-conf/ |
| H A D | android-gadget-setup | 4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/ |
| H A D | android-gadget-setup | 4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/ |
| H A D | initscripts_1.0.bb | 14 file://devpts.sh \ 15 file://devpts \ 100 install -m 0755 ${WORKDIR}/devpts.sh ${D}${sysconfdir}/init.d 101 install -m 0755 ${WORKDIR}/devpts ${D}${sysconfdir}/default 147 update-rc.d -r ${D} devpts.sh start 06 S . 161 devpts \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 191 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
| H A D | inittab | 7 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | inittab | 9 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/recipes-core/tiny-init/files/ |
| H A D | init | 12 mount none -t devpts /dev/pts
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/ |
| H A D | rcu-test-image.txt | 49 devpts /dev/pts devpts gid=5,mode=620 0 0
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/ |
| H A D | init-debug.sh | 21 do_mount_fs devpts /dev/pts
|
| /OK3568_Linux_fs/debian/ |
| H A D | post-build.sh | 95 fixup_basic_part devpts /dev/pts mode=0620,ptmxmode=0666,gid=5
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 30-fstab.sh | 93 fixup_basic_part devpts /dev/pts mode=0620,ptmxmode=0666,gid=5
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-fstab.sh | 93 fixup_basic_part devpts /dev/pts mode=0620,ptmxmode=0666,gid=5
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
| H A D | webmin_1.850.bb | 48 …,umountfs,umountnfs.sh,hwclock.sh,checkroot.sh,banner.sh,udev,udev-cache,devpts.sh,psplash.sh,send… 49 echo "excludefs=devpts,devtmpfs,usbdevfs,proc,tmpfs,sysfs,debugfs" >> mount/config-generic-linux
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | Makefile | 65 obj-y += devpts/
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | binderfs.rst | 25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
|
| H A D | devices.rst | 155 /dev/pts devpts PTY slave filesystem 269 nodes for the slaves on demand using the "devpts" filesystem.
|