Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 19 of 19) sorted by relevance

/qemu/tests/qemu-iotests/
H A D172.out65 Removable device: not locked, tray closed
70 Removable device: not locked, tray closed
73 Removable device: not locked, tray closed
118 Removable device: not locked, tray closed
123 Removable device: not locked, tray closed
127 Removable device: not locked, tray closed
130 Removable device: not locked, tray closed
175 Removable device: not locked, tray closed
180 Removable device: not locked, tray closed
185 Removable device: not locked, tray closed
[all …]
H A D186.out11 Removable device: not locked, tray closed
19 Removable device: not locked, tray closed
27 Removable device: not locked, tray closed
35 Removable device: not locked, tray closed
43 Removable device: not locked, tray closed
51 Removable device: not locked, tray closed
110 Removable device: not locked, tray closed
119 Removable device: not locked, tray closed
128 Removable device: not locked, tray closed
137 Removable device: not locked, tray closed
[all …]
H A D051.out86 Removable device: not locked, tray closed
179 Removable device: not locked, tray closed
199 Removable device: not locked, tray closed
219 Removable device: not locked, tray closed
468 Removable device: not locked, tray closed
H A D051.pc.out86 Removable device: not locked, tray closed
259 Removable device: not locked, tray closed
279 Removable device: not locked, tray closed
299 Removable device: not locked, tray closed
548 Removable device: not locked, tray closed
H A D131.out26 Repairing image was not closed correctly
/qemu/io/
H A Dchannel-null.c53 ioc->closed = false; in qio_channel_null_init()
68 if (nioc->closed) { in qio_channel_null_readv()
89 if (nioc->closed) { in qio_channel_null_writev()
124 nioc->closed = true; in qio_channel_null_close()
/qemu/qga/
H A Dcommands.c88 bool closed; member
167 finished &= gei->out.closed && gei->err.closed; in qmp_guest_exec_status()
337 p->closed = true; in guest_exec_input_watch()
391 p->closed = true; in guest_exec_output_watch()
/qemu/include/io/
H A Dchannel-null.h40 bool closed; member
/qemu/qapi/
H A Dmisc.json18 # fail and the FD will be closed.
256 # will be closed and replaced by the received file descriptor.
283 # will be closed and replaced by the received file descriptor.
H A Dmisc-target.json424 # @closed: The port is unused.
439 'data': ['closed', 'unbound', 'interdomain', 'pirq', 'virq', 'ipi'],
H A Dchar.json21 # backend (e.g. with the chardev=... option) is in open or closed
H A Dui.json428 # Emitted when the SPICE connection is closed
775 # Emitted when the connection is closed
H A Dblock-core.json283 # @dirty-flag: true if image is not cleanly closed
/qemu/tests/unit/
H A Dtest-char.c1113 int closed = 0; in char_socket_server_two_clients_test() local
1147 &closed, NULL, true); in char_socket_server_two_clients_test()
1157 &closed, ctx, true); in char_socket_server_two_clients_test()
1169 if (closed == 1 && ioc2) { in char_socket_server_two_clients_test()
1173 if (closed == 2) { in char_socket_server_two_clients_test()
/qemu/docs/interop/
H A Dpr-helper.rst35 is closed. On the other hand, it is acceptable for a bit to be 0 in
H A Dbarrier.rst154 ``started`` = Screensaver on primary has started (1) or closed (0)
H A Dparallels.txt69 mode; set to 0x312e3276 when the image is closed.
H A Dvhost-user.rst654 closed), it sends the ``VHOST_USER_CHECK_DEVICE_STATE`` message to
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst218 # listen_sock was automatically closed when leaving the 'with' statement