Searched refs:reply (Results 1 – 4 of 4) sorted by relevance
75 mach_msg_header_t *reply), in __mach_msg_server_timeout() argument81 mig_reply_header_t *request, *reply; in __mach_msg_server_timeout() local95 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 …]
69 /* 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",
81 "(ipc/mig) no reply should be sent", /* 5 */
29 mig-alloc mig-dealloc mig-reply \
Completed in 6 milliseconds