Home
last modified time | relevance | path

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

/mach/
A 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 …]
A 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",
A Derr_ipc.sub81 "(ipc/mig) no reply should be sent", /* 5 */
A DMakefile29 mig-alloc mig-dealloc mig-reply \

Completed in 6 milliseconds