Lines Matching defs:dest_type

1583 	mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits);
1597 (!MACH_MSG_TYPE_PORT_ANY_SEND(dest_type)) ||
1644 * there are 25 combinations of dest_type/reply_type.
1663 if ((dest_type == MACH_MSG_TYPE_MOVE_SEND_ONCE) ||
1677 } else if ((dest_type == MACH_MSG_TYPE_MAKE_SEND) ||
1678 (dest_type == MACH_MSG_TYPE_MAKE_SEND_ONCE) ||
1682 dest_type, FALSE,
1712 } else if ((dest_type == MACH_MSG_TYPE_COPY_SEND) &&
1720 dest_type, FALSE,
1739 } else if ((dest_type == MACH_MSG_TYPE_MOVE_SEND) &&
1764 assert(((dest_type == MACH_MSG_TYPE_COPY_SEND) &&
1766 ((dest_type == MACH_MSG_TYPE_MOVE_SEND) &&
1798 if (dest_type == MACH_MSG_TYPE_MOVE_SEND) {
1817 dest_type, FALSE,
1884 dest_type, FALSE,
1913 dest_type = ipc_object_copyin_type(dest_type);
1921 if (notify && dest_type != MACH_MSG_TYPE_PORT_SEND_ONCE &&
1943 MACH_MSGH_BITS(dest_type, reply_type));
2928 mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits);
3078 dest_type, &dest_name);
3107 MACH_MSGH_BITS(reply_type, dest_type));
3700 mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits);
3707 mr = (ipc_kmsg_copyout_object(space, dest, dest_type, &dest_name) |
3738 mach_msg_type_name_t dest_type;
3745 dest_type = MACH_MSGH_BITS_REMOTE(mbits);
3752 ipc_object_copyout_dest(space, dest, dest_type, &dest_name);
3767 MACH_MSGH_BITS(reply_type, dest_type));
3957 mach_msg_type_name_t dest_type;
3963 dest_type = MACH_MSGH_BITS_REMOTE(kmsg->ikm_header->msgh_bits);
3970 ipc_object_copyout_dest(space, dest, dest_type, &dest_name);
3982 MACH_MSGH_BITS(reply_type, dest_type));
3995 mach_msg_type_name_t dest_type;
4001 dest_type = MACH_MSGH_BITS_REMOTE(kmsg->ikm_header->msgh_bits);
4008 ipc_object_copyout_dest(space, dest, dest_type, &dest_name);
4020 MACH_MSGH_BITS(reply_type, dest_type));