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