Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:reply_msg

193         "reply_msg { bits = 0x%8.8x size = 0x%8.8x remote-port = 0x%8.8x local-port = 0x%8.8x reserved = 0x%8.8x id = 0x%8.8x }",
194 reply_msg.hdr.msgh_bits,
195 reply_msg.hdr.msgh_size,
196 reply_msg.hdr.msgh_remote_port,
197 reply_msg.hdr.msgh_local_port,
198 reply_msg.hdr.msgh_reserved,
199 reply_msg.hdr.msgh_id);
346 if (mach_exc_server (&exc_msg.hdr, &reply_msg.hdr))
398 reply_msg.hdr.msgh_bits,
399 reply_msg.hdr.msgh_size,
400 reply_msg.hdr.msgh_remote_port,
401 reply_msg.hdr.msgh_local_port,
402 reply_msg.hdr.msgh_reserved,
403 reply_msg.hdr.msgh_id,
405 reply_msg.hdr.msgh_size,
411 err = ::mach_msg ( &reply_msg.hdr,
413 reply_msg.hdr.msgh_size,