Lines Matching refs:msg

91 	mach_msg_header_t *msg = (mach_msg_header_t *)msg_store;  in handle_exceptions()  local
101 bzero(msg, sizeof(msg_store)); in handle_exceptions()
103 msg->msgh_local_port = ePort; in handle_exceptions()
104 msg->msgh_size = MSG; in handle_exceptions()
105 kr = mach_msg_receive(msg); in handle_exceptions()
122 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
125 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
140 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
143 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
158 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
161 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
175 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
178 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
193 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
196 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
212 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
215 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
234 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
237 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
257 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
260 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()
283 reply->hdr.msgh_remote_port = msg->msgh_remote_port; in handle_exceptions()
286 reply->hdr.msgh_id = msg->msgh_id + 100; in handle_exceptions()