Lines Matching refs:m
74 union msg *const m = (void *) msg; in _hurd_intr_rpc_mach_msg() local
87 return __mach_msg (&m->header, option, send_size, rcv_size, rcv_name, in _hurd_intr_rpc_mach_msg()
95 msgh_bits = m->header.msgh_bits; in _hurd_intr_rpc_mach_msg()
96 remote_port = m->header.msgh_remote_port; in _hurd_intr_rpc_mach_msg()
97 msgid = m->header.msgh_id; in _hurd_intr_rpc_mach_msg()
98 assert (rcv_size >= sizeof m->request); in _hurd_intr_rpc_mach_msg()
99 save_data = m->request.data; in _hurd_intr_rpc_mach_msg()
106 ss->intr_port = m->header.msgh_remote_port; in _hurd_intr_rpc_mach_msg()
308 m->header.msgh_local_port = rcv_name = __mig_get_reply_port (); in _hurd_intr_rpc_mach_msg()
309 m->header.msgh_bits = msgh_bits; in _hurd_intr_rpc_mach_msg()
365 if (m->reply.RetCode == EINTR in _hurd_intr_rpc_mach_msg()
366 && m->header.msgh_size == sizeof m->reply in _hurd_intr_rpc_mach_msg()
368 && m->check.type == check.i in _hurd_intr_rpc_mach_msg()
370 && !(m->header.msgh_bits & MACH_MSGH_BITS_COMPLEX)) in _hurd_intr_rpc_mach_msg()
378 assert (m->header.msgh_id == msgid + 100); in _hurd_intr_rpc_mach_msg()
384 m->header.msgh_local_port = rcv_name; in _hurd_intr_rpc_mach_msg()
385 m->header.msgh_remote_port = remote_port; in _hurd_intr_rpc_mach_msg()
386 m->header.msgh_id = msgid; in _hurd_intr_rpc_mach_msg()
387 m->header.msgh_bits = msgh_bits; in _hurd_intr_rpc_mach_msg()
389 m->request.data = save_data; in _hurd_intr_rpc_mach_msg()