Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Ddevpts.sh15 . /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 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
H A Dindex.rst27 devpts
/OK3568_Linux_fs/kernel/fs/devpts/
H A DMakefile6 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 Dmdev21 mount -t devpts devpts /dev/pts
/OK3568_Linux_fs/buildroot/board/forlinx/common/security-system-overlay/etc/init.d/
H A DS00mount_sys.sh12 /bin/mount -t devpts devpts /dev/pts
/OK3568_Linux_fs/buildroot/board/rockchip/common/security-system-overlay/etc/init.d/
H A DS00mount_sys.sh12 /bin/mount -t devpts devpts /dev/pts
/OK3568_Linux_fs/buildroot/package/skeleton-init-sysv/skeleton/etc/
H A Dfstab4 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 Dfstab5 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 Dandroid-gadget-setup4 [ ! -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 Dandroid-gadget-setup4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb14 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 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A Dinittab7 ::sysinit:/bin/mount -t devpts devpts /dev/pts
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dinittab9 ::sysinit:/bin/mount -t devpts devpts /dev/pts
/OK3568_Linux_fs/yocto/poky/meta-poky/recipes-core/tiny-init/files/
H A Dinit12 mount none -t devpts /dev/pts
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt49 devpts /dev/pts devpts gid=5,mode=620 0 0
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/
H A Dinit-debug.sh21 do_mount_fs devpts /dev/pts
/OK3568_Linux_fs/debian/
H A Dpost-build.sh95 fixup_basic_part devpts /dev/pts mode=0620,ptmxmode=0666,gid=5
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A D30-fstab.sh93 fixup_basic_part devpts /dev/pts mode=0620,ptmxmode=0666,gid=5
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dpost-fstab.sh93 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 Dwebmin_1.850.bb48 …,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 DMakefile65 obj-y += devpts/
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbinderfs.rst25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
H A Ddevices.rst155 /dev/pts devpts PTY slave filesystem
269 nodes for the slaves on demand using the "devpts" filesystem.

12