Lines Matching refs:reply_type

1584 	mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
1598 ((reply_type == 0) ?
1600 !MACH_MSG_TYPE_PORT_ANY_SEND(reply_type)))
1644 * there are 25 combinations of dest_type/reply_type.
1658 assert(reply_type != 0); /* because name not null */
1660 if (!ipc_right_copyin_check(space, name, reply_entry, reply_type))
1664 (reply_type == MACH_MSG_TYPE_MOVE_SEND_ONCE)) {
1679 (reply_type == MACH_MSG_TYPE_MAKE_SEND) ||
1680 (reply_type == MACH_MSG_TYPE_MAKE_SEND_ONCE)) {
1703 reply_type, TRUE,
1713 (reply_type == MACH_MSG_TYPE_COPY_SEND)) {
1740 (reply_type == MACH_MSG_TYPE_MOVE_SEND)) {
1765 (reply_type == MACH_MSG_TYPE_MOVE_SEND)) ||
1767 (reply_type == MACH_MSG_TYPE_COPY_SEND)));
1877 assert(reply_type != 0); /* because reply_name not null */
1880 reply_type))
1894 reply_type, TRUE,
1914 reply_type = ipc_object_copyin_type(reply_type);
1943 MACH_MSGH_BITS(dest_type, reply_type));
2929 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
2952 if ((reply_type != MACH_MSG_TYPE_PORT_SEND_ONCE) &&
3002 reply_type, TRUE, (ipc_object_t) reply);
3107 MACH_MSGH_BITS(reply_type, dest_type));
3701 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
3708 ipc_kmsg_copyout_object(space, reply, reply_type, &reply_name));
3739 mach_msg_type_name_t reply_type;
3746 reply_type = MACH_MSGH_BITS_LOCAL(mbits);
3761 ipc_object_destroy(reply, reply_type);
3767 MACH_MSGH_BITS(reply_type, dest_type));
3958 mach_msg_type_name_t reply_type;
3964 reply_type = MACH_MSGH_BITS_LOCAL(kmsg->ikm_header->msgh_bits);
3982 MACH_MSGH_BITS(reply_type, dest_type));
3996 mach_msg_type_name_t reply_type;
4002 reply_type = MACH_MSGH_BITS_LOCAL(kmsg->ikm_header->msgh_bits);
4020 MACH_MSGH_BITS(reply_type, dest_type));