Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 25 of 36) sorted by relevance

12

/qemu/hw/scsi/
H A Dmptendian.c65 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_io_reply_endianness()
66 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_io_reply_endianness()
67 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_io_reply_endianness()
69 reply->SenseCount = cpu_to_le32(reply->SenseCount); in mptsas_fix_scsi_io_reply_endianness()
71 reply->TaskTag = cpu_to_le16(reply->TaskTag); in mptsas_fix_scsi_io_reply_endianness()
82 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_task_mgmt_reply_endianness()
83 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_task_mgmt_reply_endianness()
104 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_init_reply_endianness()
119 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_facts_reply_endianness()
123 reply->ProductID = cpu_to_le16(reply->ProductID); in mptsas_fix_ioc_facts_reply_endianness()
[all …]
H A Dmptsas.c365 memset(&reply, 0, sizeof(reply)); in mptsas_process_scsi_io_request()
419 memset(&reply, 0, sizeof(reply)); in mptsas_process_scsi_task_mgmt()
422 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_scsi_task_mgmt()
581 memset(&reply, 0, sizeof(reply)); in mptsas_process_ioc_init()
583 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_ioc_init()
604 memset(&reply, 0, sizeof(reply)); in mptsas_process_ioc_facts()
644 memset(&reply, 0, sizeof(reply)); in mptsas_process_port_facts()
645 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_port_facts()
672 memset(&reply, 0, sizeof(reply)); in mptsas_process_port_enable()
697 memset(&reply, 0, sizeof(reply)); in mptsas_process_event_notification()
[all …]
H A Dmptsas.h85 void mptsas_fix_scsi_io_reply_endianness(MPIMsgSCSIIOReply *reply);
87 void mptsas_fix_scsi_task_mgmt_reply_endianness(MPIMsgSCSITaskMgmtReply *reply);
89 void mptsas_fix_ioc_init_reply_endianness(MPIMsgIOCInitReply *reply);
91 void mptsas_fix_ioc_facts_reply_endianness(MPIMsgIOCFactsReply *reply);
93 void mptsas_fix_config_reply_endianness(MPIMsgConfigReply *reply);
95 void mptsas_fix_port_facts_reply_endianness(MPIMsgPortFactsReply *reply);
97 void mptsas_fix_port_enable_reply_endianness(MPIMsgPortEnableReply *reply);
99 void mptsas_fix_event_notification_reply_endianness(MPIMsgEventNotifyReply *reply);
101 void mptsas_reply(MPTSASState *s, MPIDefaultReply *reply);
H A Dmptconfig.c776 MPIMsgConfigReply reply; in mptsas_process_config() local
791 memset(&reply, 0, sizeof(reply)); in mptsas_process_config()
792 reply.Action = req->Action; in mptsas_process_config()
793 reply.Function = req->Function; in mptsas_process_config()
794 reply.MsgContext = req->MsgContext; in mptsas_process_config()
795 reply.MsgLength = sizeof(reply) / 4; in mptsas_process_config()
796 reply.PageType = req->PageType; in mptsas_process_config()
797 reply.PageNumber = req->PageNumber; in mptsas_process_config()
798 reply.PageLength = req->PageLength; in mptsas_process_config()
799 reply.PageVersion = req->PageVersion; in mptsas_process_config()
[all …]
/qemu/nbd/
H A Dclient.c122 reply->magic = be64_to_cpu(reply->magic); in nbd_receive_option_reply()
123 reply->option = be32_to_cpu(reply->option); in nbd_receive_option_reply()
124 reply->type = be32_to_cpu(reply->type); in nbd_receive_option_reply()
125 reply->length = be32_to_cpu(reply->length); in nbd_receive_option_reply()
138 reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply()
278 reply.type, nbd_rep_lookup(reply.type), in nbd_receive_list()
583 reply.type, nbd_rep_lookup(reply.type)); in nbd_request_simple_option()
744 reply.type, nbd_rep_lookup(reply.type), in nbd_receive_one_meta_context()
1422 reply->error = be32_to_cpu(reply->error); in nbd_receive_simple_reply()
1423 reply->cookie = be64_to_cpu(reply->cookie); in nbd_receive_simple_reply()
[all …]
H A Dtrace-events5 …e, uint32_t type, const char *typename, uint32_t length) "Received option reply %" PRIu32" (%s), t…
7 nbd_reply_err_ignored(uint32_t option, const char *name, uint32_t reply, const char *reply_name) "s…
35 nbd_receive_simple_reply(int32_t error, const char *errname, uint64_t cookie) "Got simple reply: { …
36 …, uint16_t type, const char *name, uint64_t cookie, uint32_t length) "Got reply chunk header: { fl…
67 …t cookie, uint32_t error, const char *errname, uint64_t len) "Send simple reply: cookie = %" PRIu6…
68 nbd_co_send_chunk_done(uint64_t cookie) "Send structured reply done: cookie = %" PRIu64
69 …e, uint64_t offset, void *data, uint64_t size) "Send structured read data reply: cookie = %" PRIu6…
70 …nt64_t cookie, uint64_t offset, uint64_t size) "Send structured read hole reply: cookie = %" PRIu6…
71 …d int extents, uint32_t id, uint64_t length, int last) "Send block status reply: cookie = %" PRIu6…
72 …ie, int err, const char *errname, const char *msg) "Send structured error reply: cookie = %" PRIu6…
H A Dserver.c2041 static inline void set_be_simple_reply(NBDSimpleReply *reply, uint64_t error, in set_be_simple_reply() argument
2044 stl_be_p(&reply->magic, NBD_SIMPLE_REPLY_MAGIC); in set_be_simple_reply()
2045 stl_be_p(&reply->error, error); in set_be_simple_reply()
2046 stq_be_p(&reply->cookie, cookie); in set_be_simple_reply()
2056 NBDSimpleReply reply; in nbd_co_send_simple_reply() local
2059 {.iov_base = &reply, .iov_len = sizeof(reply)}, in nbd_co_send_simple_reply()
2070 set_be_simple_reply(&reply, nbd_err, request->cookie); in nbd_co_send_simple_reply()
/qemu/docs/interop/
H A Dvhost-user-gpu.rst52 - Bit 2 is the reply flag - needs to be set on each reply
195 :reply payload: ``u64``
202 :reply payload: N/A
216 :reply payload: N/A
223 :reply payload: N/A
230 :reply payload: N/A
237 :reply payload: N/A
245 :reply payload: N/A
253 :reply payload: N/A
263 :reply payload: empty payload
[all …]
H A Dvhost-user.rst80 - Bit 2 is the reply flag - needs to be sent on each reply from the back-end
707 rely on the reply-ack feature, so the front-end may send a reply when
1073 :reply payload: N/A
1101 :reply payload: N/A
1117 :reply payload: N/A
1126 :reply payload: N/A
1164 :reply payload: N/A
1177 :reply payload: N/A
1185 :reply payload: N/A
1193 :reply payload: N/A
[all …]
H A Dbarrier.rst188 that connections are still up and running. clients must reply in
190 does not receive a reply within a reasonable time then the server
379 Client should reply with a barrierCmdDInfo
H A Ddbus-vmstate.rst19 imposes a time limit on reply anyway, and migration would fail if data
/qemu/python/qemu/qmp/
H A Dqmp_client.py305 reply = await self._recv()
306 assert 'return' in reply
307 assert 'error' not in reply
574 reply = await self._execute(msg)
576 if 'error' in reply:
578 error_response = ErrorResponse(reply)
582 "QMP error reply is malformed", reply, msg,
585 raise ExecuteError(error_response, msg, reply)
587 if 'return' not in reply:
590 reply, msg,
[all …]
/qemu/block/
H A Dnbd.c91 NBDReply reply; member
432 if (s->reply.cookie != 0) { in nbd_receive_replies()
892 chunk = &s->reply.structured; in nbd_co_do_receive_one_chunk()
950 memset(reply, 0, sizeof(*reply)); in nbd_co_receive_one_chunk()
954 *reply = s->reply; in nbd_co_receive_one_chunk()
956 s->reply.cookie = 0; in nbd_co_receive_one_chunk()
1025 if (reply == NULL) { in nbd_reply_chunk_iter_receive()
1026 reply = &local_reply; in nbd_reply_chunk_iter_receive()
1043 chunk = &reply->structured; in nbd_reply_chunk_iter_receive()
1091 NBDReply reply; in nbd_co_receive_cmdread_reply() local
[all …]
/qemu/hw/9pfs/
H A D9p-proxy.c190 struct iovec *reply = &proxy->in_iovec; in v9fs_receive_response() local
193 reply->iov_len = 0; in v9fs_receive_response()
198 reply->iov_len = PROXY_HDR_SZ; in v9fs_receive_response()
224 reply->iov_len += header.size; in v9fs_receive_response()
236 retval = proxy_unmarshal(reply, PROXY_HDR_SZ, in v9fs_receive_response()
252 retval = proxy_unmarshal(reply, PROXY_HDR_SZ, in v9fs_receive_response()
304 reply->iov_len = 0; in v9fs_receive_status()
309 reply->iov_len = PROXY_HDR_SZ; in v9fs_receive_status()
317 reply->iov_len += header.size; in v9fs_receive_status()
340 struct iovec *iovec = NULL, *reply = NULL; in v9fs_request() local
[all …]
/qemu/scripts/
H A Drender_block_graph.py102 reply = json.loads(subprocess.check_output(ar))
104 if 'error' in reply:
105 raise QMPError(reply)
107 return reply['return']
/qemu/tests/qemu-iotests/
H A D083.out62 === Check disconnect before reply ===
66 === Check disconnect after reply ===
70 === Check disconnect 4 reply ===
74 === Check disconnect 8 reply ===
171 === Check disconnect before reply ===
175 === Check disconnect after reply ===
179 === Check disconnect 4 reply ===
183 === Check disconnect 8 reply ===
H A D083113 for event in neg1 "export" neg2 request reply data; do
135 reply)
H A D233.out72 …river=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read option reply: Cannot read from …
73 …river=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read option reply: Cannot read from …
/qemu/hw/display/
H A Dvhost-user-gpu.c177 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display() local
187 vhost_user_gpu_send_msg(g, &reply); in vhost_user_gpu_handle_display()
195 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display() local
203 memcpy(&reply.payload.display_info, &display_info, in vhost_user_gpu_handle_display()
205 vhost_user_gpu_send_msg(g, &reply); in vhost_user_gpu_handle_display()
211 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display() local
214 .size = sizeof(reply.payload.resp_edid), in vhost_user_gpu_handle_display()
224 memcpy(&reply.payload.resp_edid, &resp, sizeof(resp)); in vhost_user_gpu_handle_display()
225 vhost_user_gpu_send_msg(g, &reply); in vhost_user_gpu_handle_display()
/qemu/include/block/
H A Dnbd.h394 NBDReply *reply, NBDMode mode,
458 static inline bool nbd_reply_is_simple(NBDReply *reply) in nbd_reply_is_simple() argument
460 return reply->magic == NBD_SIMPLE_REPLY_MAGIC; in nbd_reply_is_simple()
463 static inline bool nbd_reply_is_structured(NBDReply *reply) in nbd_reply_is_structured() argument
465 return reply->magic == NBD_STRUCTURED_REPLY_MAGIC; in nbd_reply_is_structured()
/qemu/docs/devel/
H A Dstable-process.rst49 * You can also reply to a patch and put ``qemu-stable@nongnu.org`` on copy
58 (preferably as a reply to the most recent patch submission) to
H A Dsubmitting-a-patch.rst28 You do not have to subscribe to post (list policy is to reply-to-all to
284 Send patches inline so they are easy to reply to with review comments.
303 in-reply-to the cover letter, but not to each other); single unrelated
307 than being buried in-reply-to another existing thread.
351 convenient 0/N email for others to reply to the series as a whole. A
446 When replying to comments on your patches **reply to all and not just
491 top-level thread, rather than burying it in-reply-to an earlier
526 When reviewing a large series, a reviewer can reply to some of the
544 week or two, by sending an email as a reply-to-all to the patch mail,
H A Dtrivial-patches.rst39 2. Review trivial patches, merge them into a git tree, and reply to state
/qemu/tests/
H A Ddbus-vmstate-daemon.sh37 <!-- Signals and reply messages (method returns, errors) are allowed
/qemu/hw/misc/macio/
H A Dtrace-events30 pmu_cmd_adb_reply(int len) "ADB reply is %d bytes"

12