Home
last modified time | relevance | path

Searched refs:msg_reply (Results 1 – 25 of 112) sorted by relevance

12345

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dassoc_mgr_info.c60 slurm_msg_t msg_reply; in slurm_load_assoc_mgr_info() local
63 slurm_msg_t_init(&msg_reply); in slurm_load_assoc_mgr_info()
68 cc = slurm_send_recv_controller_msg(&msg_request, &msg_reply, in slurm_load_assoc_mgr_info()
73 switch (msg_reply.msg_type) { in slurm_load_assoc_mgr_info()
75 *resp = msg_reply.data; in slurm_load_assoc_mgr_info()
78 cc = ((return_code_msg_t *)msg_reply.data)->return_code; in slurm_load_assoc_mgr_info()
79 slurm_free_return_code_msg(msg_reply.data); in slurm_load_assoc_mgr_info()
H A Dlicense_info.c75 slurm_msg_t msg_reply; in slurm_load_licenses() local
80 slurm_msg_t_init(&msg_reply); in slurm_load_licenses()
87 cc = slurm_send_recv_controller_msg(&msg_request, &msg_reply, in slurm_load_licenses()
92 switch (msg_reply.msg_type) { in slurm_load_licenses()
94 *lic_info = msg_reply.data; in slurm_load_licenses()
97 cc = ((return_code_msg_t *)msg_reply.data)->return_code; in slurm_load_licenses()
98 slurm_free_return_code_msg(msg_reply.data); in slurm_load_licenses()
/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dftp.c142 char *msg_reply=NULL; in FTP_Request() local
228 if(msg_reply) in FTP_Request()
230 msg_reply=(char*)realloc((void*)msg_reply,strlen(msg_reply)+strlen(str)); in FTP_Request()
312 if(msg_reply) in FTP_Request()
314 msg_reply=(char*)realloc((void*)msg_reply,strlen(msg_reply)+strlen(str)); in FTP_Request()
369 if(msg_reply) in FTP_Request()
371 msg_reply=(char*)realloc((void*)msg_reply,strlen(msg_reply)+strlen(str)); in FTP_Request()
878 if(msg_reply) in FTP_Request()
881 msg_reply=HTMLString(msg_reply,0); in FTP_Request()
902 if(msg_reply) in FTP_Request()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dsubscriber.cpp153 auto *msg_reply = reply.element[2]; in _handle_message() local
154 if (msg_reply == nullptr) { in _handle_message()
157 auto msg = reply::parse<std::string>(*msg_reply); in _handle_message()
185 auto *msg_reply = reply.element[3]; in _handle_pmessage() local
186 if (msg_reply == nullptr) { in _handle_pmessage()
189 auto msg = reply::parse<std::string>(*msg_reply); in _handle_pmessage()
/dports/emulators/qemu/qemu-6.2.0/hw/remote/
H A Dmpqemu-link.c193 MPQemuMsg msg_reply = {0}; in mpqemu_msg_send_and_await_reply() local
203 if (!mpqemu_msg_recv(&msg_reply, pdev->ioc, errp)) { in mpqemu_msg_send_and_await_reply()
207 if (!mpqemu_msg_valid(&msg_reply) || msg_reply.cmd != MPQEMU_CMD_RET) { in mpqemu_msg_send_and_await_reply()
213 return msg_reply.data.u64; in mpqemu_msg_send_and_await_reply()
/dports/emulators/qemu60/qemu-6.0.0/hw/remote/
H A Dmpqemu-link.c196 MPQemuMsg msg_reply = {0}; in mpqemu_msg_send_and_await_reply() local
206 if (!mpqemu_msg_recv(&msg_reply, pdev->ioc, errp)) { in mpqemu_msg_send_and_await_reply()
210 if (!mpqemu_msg_valid(&msg_reply) || msg_reply.cmd != MPQEMU_CMD_RET) { in mpqemu_msg_send_and_await_reply()
216 return msg_reply.data.u64; in mpqemu_msg_send_and_await_reply()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/remote/
H A Dmpqemu-link.c193 MPQemuMsg msg_reply = {0}; in mpqemu_msg_send_and_await_reply() local
203 if (!mpqemu_msg_recv(&msg_reply, pdev->ioc, errp)) { in mpqemu_msg_send_and_await_reply()
207 if (!mpqemu_msg_valid(&msg_reply) || msg_reply.cmd != MPQEMU_CMD_RET) { in mpqemu_msg_send_and_await_reply()
213 return msg_reply.data.u64; in mpqemu_msg_send_and_await_reply()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/lib/
H A Dutil.py40 def __init__(self, cid_to_allocate, msg_reply=None): argument
42 self.msg_reply = msg_reply
148 self.reply = self.msg_reply
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyu2f/pyu2f/tests/lib/
H A Dutil.py40 def __init__(self, cid_to_allocate, msg_reply=None): argument
42 self.msg_reply = msg_reply
148 self.reply = self.msg_reply
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/disp/prio_ot_quoted_round_robin/simple_quote/
H A Dmain.cpp14 struct msg_reply : public so_5::message_t struct
18 msg_reply( so_5::priority_t priority ) : m_priority( priority ) in msg_reply() function
44 so_5::send< msg_reply >( m_common_mbox, priority ); in define_receiver_agent()
123 void on_reply( mhood_t<msg_reply> cmd ) in define_supervison_agent()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvhost-user.c421 VhostUserMsg msg_reply; in process_message_reply() local
427 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
431 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
438 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
780 VhostUserMsg msg_reply; in send_add_regions() local
811 if (vhost_user_read(dev, &msg_reply) < 0) { in send_add_regions()
821 msg_reply.hdr.request); in send_add_regions()
829 if (msg_reply.hdr.size != msg->hdr.size) { in send_add_regions()
945 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
978 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvhost-user.c421 VhostUserMsg msg_reply; in process_message_reply() local
427 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
431 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
438 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
780 VhostUserMsg msg_reply; in send_add_regions() local
811 if (vhost_user_read(dev, &msg_reply) < 0) { in send_add_regions()
821 msg_reply.hdr.request); in send_add_regions()
829 if (msg_reply.hdr.size != msg->hdr.size) { in send_add_regions()
945 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
978 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvhost-user.c333 VhostUserMsg msg_reply; in process_message_reply() local
339 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
343 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
350 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
692 VhostUserMsg msg_reply; in send_add_regions() local
723 if (vhost_user_read(dev, &msg_reply) < 0) { in send_add_regions()
733 msg_reply.hdr.request); in send_add_regions()
741 if (msg_reply.hdr.size != msg->hdr.size) { in send_add_regions()
857 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
890 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvhost-user.c421 VhostUserMsg msg_reply; in process_message_reply() local
427 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
431 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
438 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
780 VhostUserMsg msg_reply; in send_add_regions() local
811 if (vhost_user_read(dev, &msg_reply) < 0) { in send_add_regions()
821 msg_reply.hdr.request); in send_add_regions()
829 if (msg_reply.hdr.size != msg->hdr.size) { in send_add_regions()
945 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
978 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvhost-user.c263 VhostUserMsg msg_reply; in process_message_reply() local
269 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
273 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
276 msg->hdr.request, msg_reply.hdr.request); in process_message_reply()
280 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
377 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
442 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
446 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table_postcopy()
449 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request); in vhost_user_set_mem_table_postcopy()
455 if (msg_reply.hdr.size != msg.hdr.size) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvhost-user.c291 VhostUserMsg msg_reply; in process_message_reply() local
297 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
301 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
304 msg->hdr.request, msg_reply.hdr.request); in process_message_reply()
308 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
415 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
480 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
484 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table_postcopy()
487 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request); in vhost_user_set_mem_table_postcopy()
493 if (msg_reply.hdr.size != msg.hdr.size) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvhost-user.c291 VhostUserMsg msg_reply; in process_message_reply() local
297 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
301 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
304 msg->hdr.request, msg_reply.hdr.request); in process_message_reply()
308 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
415 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
480 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
484 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table_postcopy()
487 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request); in vhost_user_set_mem_table_postcopy()
493 if (msg_reply.hdr.size != msg.hdr.size) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvhost-user.c293 VhostUserMsg msg_reply;
299 if (vhost_user_read(dev, &msg_reply) < 0) {
303 if (msg_reply.hdr.request != msg->hdr.request) {
306 msg->hdr.request, msg_reply.hdr.request);
310 return msg_reply.payload.u64 ? -1 : 0;
417 VhostUserMsg msg_reply;
482 if (vhost_user_read(dev, &msg_reply) < 0) {
486 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) {
489 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request);
495 if (msg_reply.hdr.size != msg.hdr.size) {
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvhost-user.c293 VhostUserMsg msg_reply; in process_message_reply() local
299 if (vhost_user_read(dev, &msg_reply) < 0) { in process_message_reply()
303 if (msg_reply.hdr.request != msg->hdr.request) { in process_message_reply()
306 msg->hdr.request, msg_reply.hdr.request); in process_message_reply()
310 return msg_reply.payload.u64 ? -1 : 0; in process_message_reply()
417 VhostUserMsg msg_reply; in vhost_user_set_mem_table_postcopy() local
482 if (vhost_user_read(dev, &msg_reply) < 0) { in vhost_user_set_mem_table_postcopy()
486 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table_postcopy()
489 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request); in vhost_user_set_mem_table_postcopy()
495 if (msg_reply.hdr.size != msg.hdr.size) { in vhost_user_set_mem_table_postcopy()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmsg_reply.defs1 #include <hurd/msg_reply.defs>
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmsg_reply.defs1 #include <hurd/msg_reply.defs>
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmsg_reply.defs1 #include <hurd/msg_reply.defs>
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dmsg_reply.defs1 #include <hurd/msg_reply.defs>
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmsg_reply.defs1 #include <hurd/msg_reply.defs>
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_api.h186 struct msg_reply { struct
261 struct msg_reply reply;

12345