Searched refs:reply_type (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c1584 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits); local
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, TRU
2929 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits); local
3701 mach_msg_type_name_t reply_type = MACH_MSGH_BITS_LOCAL(mbits); local
3739 mach_msg_type_name_t reply_type; local
3958 mach_msg_type_name_t reply_type; local
3996 mach_msg_type_name_t reply_type; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_zip.c1465 zip_reply_received(m, ifID, reply_type)
1468 int reply_type;
1489 NET_VALUE(ddp->src_net), ddp->src_node, reply_type, network_count));
1503 Network, NET_VALUE(ddp->src_net), ddp->src_node, reply_type, network_count));
1548 if ((reply_type == ZIP_REPLY) && network_count > 0) {

Completed in 56 milliseconds