Home
last modified time | relevance | path

Searched full:responses (Results 1 – 25 of 34) sorted by relevance

12

/qemu/backends/
H A Dcryptodev-lkcf.c87 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses;
111 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; in cryptodev_lkcf_handle_response()
115 QSIMPLEQ_INIT(&responses); in cryptodev_lkcf_handle_response()
119 QSIMPLEQ_PREPEND(&responses, &lkcf->responses); in cryptodev_lkcf_handle_response()
122 QSIMPLEQ_FOREACH_SAFE(task, &responses, queue, next) { in cryptodev_lkcf_handle_response()
238 QSIMPLEQ_INIT(&lkcf->responses); in cryptodev_lkcf_init()
276 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->responses, queue, next) { in cryptodev_lkcf_cleanup()
435 if (QSIMPLEQ_EMPTY(&task->lkcf->responses)) { in cryptodev_lkcf_execute_task()
438 QSIMPLEQ_INSERT_TAIL(&task->lkcf->responses, task, queue); in cryptodev_lkcf_execute_task()
/qemu/include/hw/xen/interface/io/
H A Dring.h141 * requests are pushed on to the ring and responses taken off it.
144 * requests are taken off the ring and responses put on.
220 * obtaining the number of unconsumed responses/requests.
263 /* Ill-behaved backend determination: Can there be this many responses? */
280 * When queueing requests or responses on a shared ring, it may not always be
284 * responses).
286 * When enqueuing requests or responses:
288 * Use RING_PUSH_{REQUESTS,RESPONSES}_AND_CHECK_NOTIFY(). The second argument
292 * After dequeuing requests or responses (before sleeping the connection):
H A Dnetif.h178 * Note that there is no requirement that responses are issued in the same
379 * Control responses (struct xen_netif_ctrl_response)
382 * All responses have the following format:
870 * Instead it assumes that responses always appear in the same ring
/qemu/docs/interop/
H A Dqmp-spec.rst126 the other. The client therefore receives command responses in issue
134 receive such a command's response before responses from prior in-band
137 To be able to match responses back to their commands, the client needs
151 Commands Responses
154 There are two possible responses which the Server will issue as the result
159 so that requests and responses can match. Clients should drop all the
160 responses that have an unknown ``id`` field.
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json29 # <- ... text sent by server (command responses and events) ...
36 # for the general format of commands, responses, and events.
/qemu/qapi/
H A Dqapi-schema.json16 # <- ... text sent by server (command responses and events) ...
23 # for the general format of commands, responses, and events.
H A Dmisc.json224 # this means that command names, arguments and responses can change
/qemu/include/standard-headers/linux/
H A Dvirtio_scmi.h12 /* Device implements some SCMI notifications, or delayed responses. */
H A Dvirtio_gpu.h103 /* success responses */
112 /* error responses */
/qemu/tests/qemu-iotests/
H A D20097 "{.*{.*}.*}" # should match all well-formed QMP responses
H A Dcommon.qemu53 # If $mismatch_only is set, only non-matching responses will
H A D12293 # That way, qcow2 will yield at least two status request responses.
/qemu/docs/
H A DCOLO-FT.txt40 identical responses to all client requests. Once the differences in the outputs
58 |Responses+---------------------\ /-|-|------------\ /-------------------------+Responses|
105 Delivers packets to Primary and Secondary, and then compare the responses from
/qemu/qga/
H A Dqapi-schema.json15 # <- ... text sent by server (command responses and events) ...
22 # for the general format of commands, responses, and events.
61 # After issuing this request, all guest agent responses should be
91 # previous client. All guest agent responses should be ignored until
98 # scenario being if qemu-ga responses are fed character-by-character
102 # For clients that fetch responses line by line and convert them to
/qemu/docs/specs/
H A Dtpm.rst221 commands and receiving responses from. Besides that it accesses the
283 for sending TPM commands to and receiving responses from. The swtpm
288 commands and responses as well as a control channel over which control
/qemu/tests/qtest/
H A Dlibqtest-single.h75 * Continuously polls for QMP responses until it receives the desired event.
H A Dlibqtest.h342 * Continuously polls for QMP responses until it receives the desired event.
354 * Continuously polls for QMP responses until it receives the desired event.
/qemu/python/qemu/qmp/
H A Dqmp_client.py380 # qmp-spec.rst, section "Commands Responses":
381 # 'Clients should drop all the responses
/qemu/hw/block/
H A Dpflash_cfi01.c164 * bus. For wide parts used in x8 mode, CFI query responses in pflash_cfi_query()
184 /* Replicate responses for each device in bank. */ in pflash_cfi_query()
236 /* Replicate responses for each device in bank. */ in pflash_devid_query()
/qemu/hw/misc/
H A Dbcm2835_mbox.c104 /* Get pending responses and put them in the vc->arm mbox, in bcm2835_mbox_update()
/qemu/docs/devel/migration/
H A DCPR.rst223 HMP cannot specify a CPR channel. Some QMP responses are omitted for
/qemu/hw/s390x/
H A Ds390-pci-vfio.c361 * Find the CLP features provided and fill in the guest CLP responses. in s390_pci_get_clp_info()
/qemu/hw/ide/
H A Datapi.c675 * Responses to requests are to be based on request priority. The in cmd_get_event_status_notification()
730 /* Supported Pages: List of supported VPD responses. */ in cmd_inquiry()
737 * included here are modeled after libata's VPD responses. in cmd_inquiry()
/qemu/hw/net/
H A Dopencores_eth.c46 * incoming ARP responses are too short
/qemu/hw/audio/
H A Dintel-hda-defs.h411 /* Unsolicited responses */

12