Lines Matching +full:master +full:- +full:side
11 version in the mainline Linux kernel is the master document. Updates
13 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` document).
63 --------------------------------------
81 /dev/nfsd socksys symbolic Required by iBCS-2
82 /dev/X0R null symbolic Required by iBCS-2
85 Note: ``/dev/X0R`` is <letter X>-<digit 0>-<letter R>.
100 /dev/scd? sr? hard Alternate SCSI CD-ROM name
114 /dev/cdrom CD-ROM device symbolic Current CD-ROM device
115 /dev/cdwriter CD-writer symbolic Current CD-writer device
138 Non-transient sockets and named pipes may exist in /dev. Common entries are:
159 ----------------
173 Linux-specific, some were inherited from other systems, and some
182 Virtual consoles are full-screen terminal displays on the system video
192 single-user mode. Starting with Linux 2.1.71, ``/dev/console`` is managed
201 Serial ports are RS-232 serial ports and any device which simulates
215 The alternate devices provide for kernel-based exclusion and somewhat
243 should take into account the possibility of being used on a non-serial
251 PPP capability) to arbitrary data-generation processes. Each PTY has
252 a master side, named ``/dev/pty[p-za-e][0-9a-f]``, and a slave side, named
253 ``/dev/tty[p-za-e][0-9a-f]``. The kernel arbitrates the use of PTYs by
254 allowing each master side to be opened only once.
256 Once the master side has been opened, the corresponding slave device
257 can be used in the same manner as any TTY device. The master and