| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 100 static int do_tiocgptpeer(char *ptmx, char *expected_procfd_contents) in do_tiocgptpeer() argument 105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer() 107 fprintf(stderr, "Failed to open \"%s\": %s\n", ptmx, in do_tiocgptpeer() 192 char ptmx[] = P_tmpdir "/devpts_fs_XXXXXX/ptmx"; in verify_non_standard_devpts_mount() local 220 ret = snprintf(ptmx, sizeof(ptmx), "%s/ptmx", devpts); in verify_non_standard_devpts_mount() 221 if (ret < 0 || (size_t)ret >= sizeof(ptmx)) { in verify_non_standard_devpts_mount() 226 ret = do_tiocgptpeer(ptmx, mntpoint); in verify_non_standard_devpts_mount() 256 char ptmx[] = P_tmpdir "/devpts_ptmx_XXXXXX"; in verify_invalid_ptmx_bind_mount() local 258 mntpoint_fd = mkstemp(ptmx); in verify_invalid_ptmx_bind_mount() 265 ret = mount("/dev/pts/ptmx", ptmx, NULL, MS_BIND, NULL); in verify_invalid_ptmx_bind_mount() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | devpts.rst | 11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node 14 To retain backwards compatibility the a ptmx device node (aka any node 16 of devpts under the name ``pts`` in the same directory as the ptmx device 19 As an option instead of placing a ``/dev/ptmx`` device node at ``/dev/ptmx`` 20 it is possible to place a symlink to ``/dev/pts/ptmx`` at ``/dev/ptmx`` or 21 to bind mount ``/dev/ptx/ptmx`` to ``/dev/ptmx``. If you opt for using 23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
|
| H A D | proc.rst | 1444 /dev/ptmx /dev/ptmx 5 2 system
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | devpts.sh | 22 test -c /dev/ptmx || mknod -m 666 /dev/ptmx c 5 2
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | run.rules | 8 KERNEL=="ptmx", OPTIONS+="last_rule"
|
| H A D | permissions.rules | 62 KERNEL=="ptmx", MODE="0666", GROUP="root"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev.conf | 18 ptmx 0:5 0666
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | mdev.conf | 15 ptmx root:tty 666
|
| /OK3568_Linux_fs/buildroot/system/ |
| H A D | device_table_dev.txt | 24 /dev/ptmx c 666 0 0 5 2 - - -
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.rst | 264 device, ``/dev/ptmx``, to all the masters (opening it will automatically
|
| H A D | devices.txt | 46 master multiplex (/dev/ptmx) to acquire a PTY on 156 2 = /dev/ptmx PTY master multiplex 2002 /dev/ptmx cloning interface.
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | Kconfig | 115 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 5654 - Correct permissions for /dev/pts/ptmx when systemd is used 6013 Correct permissions for /dev/pts/ptmx when systemd is used
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |