Home
last modified time | relevance | path

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

123

/glibc-2.36/mach/
Dmsgserver.c75 mach_msg_header_t *reply), in __mach_msg_server_timeout() argument
81 mig_reply_header_t *request, *reply; in __mach_msg_server_timeout() local
95 reply = __alloca (max_size); in __mach_msg_server_timeout()
108 (void) (*demux) (&request->Head, &reply->Head); in __mach_msg_server_timeout()
109 assert (reply->Head.msgh_size <= max_size); in __mach_msg_server_timeout()
111 switch (reply->RetCode) in __mach_msg_server_timeout()
131 if (reply->Head.msgh_remote_port == MACH_PORT_NULL) in __mach_msg_server_timeout()
134 if (reply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX) in __mach_msg_server_timeout()
135 __mach_msg_destroy (&reply->Head); in __mach_msg_server_timeout()
146 request = reply; in __mach_msg_server_timeout()
[all …]
Derr_mach.sub69 /* 9 */ "(ipc/send) invalid reply port",
97 /* 1 */ "(ipc/mig) wrong reply message ID",
101 /* 5 */ "(ipc/mig) no reply should be sent",
105 /* 9 */ "(ipc/mig) destroy request with no reply",
Derr_ipc.sub81 "(ipc/mig) no reply should be sent", /* 5 */
DMakefile29 mig-alloc mig-dealloc mig-reply \
/glibc-2.36/hurd/
Dhurdsig.c339 void (*reply) (void)) in abort_thread()
352 if (reply) in abort_thread()
353 (*reply) (); in abort_thread()
415 void (*reply) (void)) in _hurdsig_abort_rpcs()
431 abort_thread (ss, state, reply); in _hurdsig_abort_rpcs()
460 mach_port_t *reply = interrupted_reply_port_location (ss->thread, in _hurdsig_abort_rpcs() local
467 if (reply) in _hurdsig_abort_rpcs()
471 __mach_port_destroy (__mach_task_self (), *reply); in _hurdsig_abort_rpcs()
472 *reply = MACH_PORT_NULL; in _hurdsig_abort_rpcs()
484 else if (reply) in _hurdsig_abort_rpcs()
[all …]
Dhurdfault.c130 mig_reply_header_t reply; in faulted() local
144 _hurdsig_fault_exc_server (&request.head, &reply.Head); in faulted()
145 if (reply.Head.msgh_remote_port != MACH_PORT_NULL) in faulted()
146 __mach_msg (&reply.Head, MACH_SEND_MSG, reply.Head.msgh_size, in faulted()
148 if (reply.RetCode == MIG_BAD_ID) in faulted()
151 if (reply.RetCode) in faulted()
Dintr-msg.c57 mig_reply_header_t reply; in _hurd_intr_rpc_mach_msg() member
365 if (m->reply.RetCode == EINTR in _hurd_intr_rpc_mach_msg()
366 && m->header.msgh_size == sizeof m->reply in _hurd_intr_rpc_mach_msg()
/glibc-2.36/sunrpc/
Dsvc_udp.c230 char *reply; in svcudp_recv() local
307 if (cache_get (xprt, msg, &reply, &replylen)) in svcudp_recv()
312 iovp->iov_base = reply; in svcudp_recv()
318 (void) __sendto (xprt->xp_sock, reply, (int) replylen, 0, in svcudp_recv()
/glibc-2.36/ChangeLog.old/
DChangeLog.4661 * hurd/hurdsig.c (abort_all_rpcs): If waiting for reply from
719 * hurd/hurdsig.c (abort_rpcs): Return the reply port or null,
722 a message on each reply port. Don't bother locking _hurd_siglock.
853 * sysdeps/mach/hurd/mig-reply.c (__mig_put_reply_port): New
1269 args for reply port and its port type; call abort_thread instead
1273 we destroy the msging port, and it is the thread's mig reply port,
1274 clear its reply port slot. Fix inverted SA_RESTART test.
1277 handling. Removed local function `check_pending'; add `reply'.
1282 dying, reply immediately after stopping user threads. When
1366 Pass proper send-size for io_select_done reply message. Clear the
[all …]
DChangeLog.38 take input. Compute expected reply size for ioctls that take
67 * sysdeps/mach/hurd/mig-reply.c (mig_fork_child): Function removed.
107 * sysdeps/mach/hurd/mig-reply.c (__mig_init): Argument is stack
108 on which to set the per-thread reply port variable.
735 * sysdeps/mach/hurd/i386/__sigret.c: Destroy the MiG reply port
DChangeLog.52816 argument. Instead, use a separate reply port for each RPC and put them
3359 MACH_PORT_DEAD in the thread reply-port variable before destroying
3360 the signal handler's reply port, to avoid infinite recursion.
3376 MACH_PORT_DEAD in the thread reply-port variable before destroying
3377 the signal handler's reply port to avoid infinite recursion.
3378 * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only
5623 * hurd/intr-msg.c: When restarting RPC, fetch a new reply port.
5864 we get a delayed reply.
6091 Take single callback fn arg instead of reply port and type.
6093 Cache reply stub fn ptr in local var before UNTRACED might be changed.
[all …]
DChangeLog.16113 Move checks for well-formed reply to...
5672 * sysdeps/generic/mig-reply.c: Moved to...
5673 * mach/mig-reply.c: ...here.
8800 send reply.
9005 * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
DChangeLog.174248 in case we only receive one reply in single-request mode.
4412 only get one reply before timeout switch to mode where we send the
5802 Fix tests for existence of second reply.
11306 of crashing. When this is the case or if the reply is malformed,
/glibc-2.36/po/
Del.po1944 msgid "Cannot receive reply to broadcast"
Dnb.po2040 msgid "Cannot receive reply to broadcast"
Den_GB.po1340 msgid "Cannot receive reply to broadcast"
Dsk.po3385 msgid "Cannot receive reply to broadcast"
Dgl.po3359 msgid "Cannot receive reply to broadcast"
Dja.po4597 msgid "Cannot receive reply to broadcast"
Dlibc.pot5202 msgid "Cannot receive reply to broadcast"
Dbg.po5317 msgid "Cannot receive reply to broadcast"
/glibc-2.36/manual/
Dsocket.texi3192 It sends a datagram to the server and then waits for a reply. Notice
3209 for the reply, and in case of timeout either re-send the message or
/glibc-2.36/timezone/
Deurope193 # official designation; the reply of the 21st was that there wasn't
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C6144 mig-reply.c
11709 mig-reply.c
Dfilelist#en_US.UTF-86144 mig-reply.c
11709 mig-reply.c

123