Lines Matching refs:header
56 mach_msg_header_t header; in _hurd_intr_rpc_mach_msg() member
60 mach_msg_header_t header; in _hurd_intr_rpc_mach_msg() member
70 mach_msg_header_t header; in _hurd_intr_rpc_mach_msg() member
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()
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()
366 && m->header.msgh_size == sizeof m->reply 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()