Searched refs:option (Results 1 – 4 of 4) sorted by relevance
/hurd/ |
A D | intr-msg.c | 33 mach_msg_option_t option, in _hurd_intr_rpc_mach_msg() argument 42 const mach_msg_option_t user_option = option; in _hurd_intr_rpc_mach_msg() 80 if ((option & (MACH_SEND_MSG|MACH_RCV_MSG)) != (MACH_SEND_MSG|MACH_RCV_MSG) in _hurd_intr_rpc_mach_msg() 87 return __mach_msg (&m->header, option, send_size, rcv_size, rcv_name, in _hurd_intr_rpc_mach_msg() 118 err = INTR_MSG_TRAP (msg, option, send_size, in _hurd_intr_rpc_mach_msg() 134 if (!(option & MACH_SEND_MSG)) in _hurd_intr_rpc_mach_msg() 310 option = user_option; in _hurd_intr_rpc_mach_msg() 333 option &= ~MACH_SEND_MSG; /* Don't send again. */ in _hurd_intr_rpc_mach_msg() 339 option |= MACH_RCV_TIMEOUT; in _hurd_intr_rpc_mach_msg() 347 option = user_option; in _hurd_intr_rpc_mach_msg() [all …]
|
A D | report-wait.c | 159 mach_msg_option_t option; in weak_extern() local 166 &option, &timeout) == 0) in weak_extern() 200 else if ((option & (MACH_RCV_MSG|MACH_RCV_TIMEOUT)) in weak_extern()
|
A D | intr-rpc.defs | 8 version 2.1 of the License, or (at your option) any later version.
|
/hurd/hurd/ |
A D | signal.h | 362 mach_msg_option_t option,
|
Completed in 9 milliseconds