Searched refs:reply_type (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | mach_exception_reply.c | 87 ReplyType reply_type = ta->rt; in handle_exceptions() local 110 switch (reply_type) { in handle_exceptions() 298 T_ASSERT_FAIL("Invalid ReplyType: %d", reply_type); in handle_exceptions() 308 T_LOG("sending exception reply of type (%s)", reply_type_str(reply_type)); in handle_exceptions() 312 T_PASS("Successfully delivered exception reply message of type %s", reply_type_str(reply_type)); in handle_exceptions() 356 test_exc_reply_type(ReplyType reply_type) in test_exc_reply_type() argument 382 ta->rt = reply_type; in test_exc_reply_type()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 1759 ((reply_type == 0) ? in ipc_kmsg_copyin_header() 1761 !MACH_MSG_TYPE_PORT_ANY_SEND(reply_type))) { in ipc_kmsg_copyin_header() 1812 ((reply_type != MACH_MSG_TYPE_MAKE_SEND_ONCE) && (reply_type != MACH_MSG_TYPE_MOVE_SEND_ONCE)) in ipc_kmsg_copyin_header() 2040 reply_type = ipc_object_copyin_type(reply_type); in ipc_kmsg_copyin_header() 3402 !ip_label_check(space, reply, reply_type, in ipc_kmsg_copyout_header() 3421 assert(reply_type == MACH_MSG_TYPE_PORT_SEND); in ipc_kmsg_copyout_header() 4480 mach_msg_type_name_t reply_type; in ipc_kmsg_copyout_dest_to_user() local 4498 reply_type = MACH_MSGH_BITS_LOCAL(mbits); in ipc_kmsg_copyout_dest_to_user() 4518 ipc_object_destroy(reply, reply_type); in ipc_kmsg_copyout_dest_to_user() 4582 mach_msg_type_name_t reply_type; in ipc_kmsg_copyout_dest_to_kernel() local [all …]
|
| H A D | ipc_right.h | 175 mach_msg_type_name_t reply_type,
|
| H A D | ipc_right.c | 1949 mach_msg_type_name_t reply_type, in ipc_right_copyin_check_reply() argument 1960 switch (reply_type) { in ipc_right_copyin_check_reply() 2010 if (reply_type == MACH_MSG_TYPE_MOVE_SEND_ONCE) { in ipc_right_copyin_check_reply() 2037 if (ip_is_reply_port(reply_port) && (reply_type != MACH_MSG_TYPE_MAKE_SEND_ONCE)) { in ipc_right_copyin_check_reply()
|
| /xnu-11215/osfmk/kern/ |
| H A D | ipc_tt.c | 150 …ic void ipc_port_bind_special_reply_port_locked(ipc_port_t port, ipc_reply_port_type_t reply_type); 151 static void ipc_port_unbind_special_reply_port(thread_t thread, ipc_reply_port_type_t reply_type); 1597 ipc_reply_port_type_t reply_type) in ipc_port_bind_special_reply_port_locked() argument 1602 if (reply_type == IRPT_USER) { in ipc_port_bind_special_reply_port_locked() 1633 ipc_reply_port_type_t reply_type) in ipc_port_unbind_special_reply_port() argument 1637 if (reply_type == IRPT_USER) { in ipc_port_unbind_special_reply_port() 1653 if (reply_type == IRPT_USER) { in ipc_port_unbind_special_reply_port()
|