• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/

Lines Matching defs:reply_type

1086 	mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
1094 ((reply_type == 0) ?
1096 !MACH_MSG_TYPE_PORT_ANY_SEND(reply_type)))
1154 * there are 25 combinations of dest_type/reply_type.
1167 assert(reply_type != 0); /* because name not null */
1169 if (!ipc_right_copyin_check(space, name, entry, reply_type))
1173 (reply_type == MACH_MSG_TYPE_MOVE_SEND_ONCE)) {
1188 (reply_type == MACH_MSG_TYPE_MAKE_SEND) ||
1189 (reply_type == MACH_MSG_TYPE_MAKE_SEND_ONCE)) {
1211 reply_type, TRUE,
1219 (reply_type == MACH_MSG_TYPE_COPY_SEND)) {
1244 (reply_type == MACH_MSG_TYPE_MOVE_SEND)) {
1266 (reply_type == MACH_MSG_TYPE_MOVE_SEND)) ||
1268 (reply_type == MACH_MSG_TYPE_COPY_SEND)));
1373 assert(reply_type != 0); /* because reply_name not null */
1376 reply_type))
1388 reply_type, TRUE,
1429 reply_type = ipc_object_copyin_type(reply_type);
1432 MACH_MSGH_BITS(dest_type, reply_type));
2136 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
2187 if ((reply_type != MACH_MSG_TYPE_PORT_SEND_ONCE) &&
2303 reply_type, TRUE, (ipc_object_t) reply);
2428 MACH_MSGH_BITS(reply_type, dest_type));
2967 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits);
2974 ipc_kmsg_copyout_object(space, reply, reply_type, &reply_name));
3005 mach_msg_type_name_t reply_type;
3012 reply_type = MACH_MSGH_BITS_LOCAL(mbits);
3027 ipc_object_destroy(reply, reply_type);
3033 MACH_MSGH_BITS(reply_type, dest_type));
3217 mach_msg_type_name_t reply_type;
3223 reply_type = MACH_MSGH_BITS_LOCAL(kmsg->ikm_header->msgh_bits);
3241 MACH_MSGH_BITS(reply_type, dest_type));