Searched refs:msg (Results 1 – 5 of 5) sorted by relevance
/hurd/ |
A D | intr-msg.c | 32 _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, in _hurd_intr_rpc_mach_msg() argument 54 union msg in _hurd_intr_rpc_mach_msg() union 74 union msg *const m = (void *) msg; in _hurd_intr_rpc_mach_msg() 118 err = INTR_MSG_TRAP (msg, option, send_size, in _hurd_intr_rpc_mach_msg() 160 msg->msgh_bits in _hurd_intr_rpc_mach_msg() 162 MACH_MSGH_BITS_LOCAL (msg->msgh_bits)) in _hurd_intr_rpc_mach_msg() 163 | MACH_MSGH_BITS_OTHER (msg->msgh_bits)); in _hurd_intr_rpc_mach_msg() 165 if (msg->msgh_bits & MACH_MSGH_BITS_COMPLEX) in _hurd_intr_rpc_mach_msg() 175 mach_msg_type_long_t *ty = (void *) (msg + 1); in _hurd_intr_rpc_mach_msg() 176 while ((void *) ty < (void *) msg + msg->msgh_size) in _hurd_intr_rpc_mach_msg() [all …]
|
A D | hurdselect.c | 419 } msg; in _hurd_select() local 439 0, sizeof msg, portset, to, in _hurd_select() 462 && msg.head.msgh_size >= sizeof msg.error in _hurd_select() 471 if (msg.error.err == EINTR in _hurd_select() 472 && msg.head.msgh_size == sizeof msg.error) in _hurd_select() 481 if (msg.error.err in _hurd_select() 485 || msg.head.msgh_size != sizeof msg.success) in _hurd_select() 488 if (!msg.error.err) in _hurd_select() 489 msg.error.err = EIO; in _hurd_select() 502 if (msg.error.err) in _hurd_select() [all …]
|
A D | Makefile | 34 msg msg_reply msg_request \ 40 server-interfaces := hurd/msg faultexc 63 thread-self thread-cancel intr-msg catch-signal
|
A D | hurdsig.c | 585 mach_msg_header_t msg; in wake_sigsuspend() local 591 msg.msgh_bits = MACH_MSGH_BITS (MACH_MSG_TYPE_MAKE_SEND, 0); in wake_sigsuspend() 592 msg.msgh_remote_port = ss->suspended; in wake_sigsuspend() 593 msg.msgh_local_port = MACH_PORT_NULL; in wake_sigsuspend() 595 msg.msgh_id = 8675309; /* Jenny, Jenny. */ in wake_sigsuspend() 597 err = __mach_msg (&msg, MACH_SEND_MSG, sizeof msg, 0, in wake_sigsuspend()
|
/hurd/hurd/ |
A D | signal.h | 361 error_t _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg,
|
Completed in 46 milliseconds