Lines Matching refs:exc_msg
136 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Dump()
137 exc_msg.hdr.msgh_remote_port, exc_msg.hdr.msgh_local_port, in Dump()
138 exc_msg.hdr.msgh_reserved, exc_msg.hdr.msgh_id); in Dump()
237 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Receive()
238 exc_msg.hdr.msgh_remote_port, exc_msg.hdr.msgh_local_port, in Receive()
239 exc_msg.hdr.msgh_reserved, exc_msg.hdr.msgh_id, options, in Receive()
240 (uint64_t)sizeof(exc_msg.data), port, mach_msg_timeout, in Receive()
244 err = ::mach_msg(&exc_msg.hdr, in Receive()
247 sizeof(exc_msg.data), // Receive size in Receive()
260 exc_msg.hdr.msgh_bits, exc_msg.hdr.msgh_size, in Receive()
261 exc_msg.hdr.msgh_remote_port, exc_msg.hdr.msgh_local_port, in Receive()
262 exc_msg.hdr.msgh_reserved, exc_msg.hdr.msgh_id, options, 0, in Receive()
263 sizeof(exc_msg.data), port, mach_msg_timeout, notify_port); in Receive()
286 if (mach_exc_server(&exc_msg.hdr, &reply_msg.hdr)) { in CatchExceptionRaise()