Home | History | Annotate | Download | only in docs

Lines Matching full:used

9 The CS is essentially an object used to model a character stream that
18 - qemu_chr_write() is used to try to write data into a CS object. Note that
37 - qemu_chr_add_handler() is used to add "read" and "event" handlers
69 - qemu_chr_open() is used to create a new CharDriverState object from a
96 The 'nowait' option is used to avoid waiting for a client
99 The 'nodelay' is used to disable the TCP Nagle algorithm to
106 A CharDriverState that is used to receive kernel log messages
110 A CharDriverState that is used to exchange messages between the
114 The "qemud" daemon is used to allow one or more clients in the
116 program. This is mainly used to bypass the kernel in order to
122 A CharDriverState that is used to connect the emulated system to
128 A CharDriverState that is used to connect the emulated system to a
146 used to read data from the CS and send it back to the kernel.
179 used to connect two CharDriverState users together. For example, this is used