Searched refs:option (Results 1 – 4 of 4) sorted by relevance
/mach/ |
A D | msg.c | 35 mach_msg_option_t option, in __mach_msg_trap() argument 42 return __mach_msg_overwrite_trap (msg, option, send_size, in __mach_msg_trap() 51 mach_msg_option_t option, in weak_alias() 70 ret = __mach_msg_overwrite_trap (msg, option, send_size, in weak_alias() 76 if (!(option & MACH_SEND_INTERRUPT)) in weak_alias() 82 if (!(option & MACH_RCV_INTERRUPT)) in weak_alias() 95 mach_msg_option_t option, in weak_alias() 111 ret = __mach_msg_trap (msg, option, send_size, in weak_alias() 116 if (!(option & MACH_SEND_INTERRUPT)) in weak_alias() 118 ret = __mach_msg_trap (msg, option, send_size, in weak_alias() [all …]
|
A D | msgserver.c | 78 mach_msg_option_t option, in __mach_msg_server_timeout() argument 87 option |= MACH_RCV_LARGE; in __mach_msg_server_timeout() 100 mr = __mach_msg (&request->Head, MACH_RCV_MSG|option, in __mach_msg_server_timeout() 151 MACH_SEND_MSG|MACH_RCV_MSG|option, in __mach_msg_server_timeout() 168 rcv_name, option, timeout); in __mach_msg_server_timeout()
|
A D | Machrules | 8 # version 2.1 of the License, or (at your option) any later version.
|
/mach/mach/ |
A D | mach_traps.h | 62 int option, mach_msg_timeout_t option_time);
|
Completed in 7 milliseconds