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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c1658 mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits); local
1685 (!MACH_MSG_TYPE_PORT_ANY_SEND(dest_type)) ||
1777 dest_type, voucher_type,
1791 assert(dest_type != MACH_MSG_TYPE_MAKE_SEND);
1792 assert(dest_type != MACH_MSG_TYPE_MAKE_SEND_ONCE);
1793 assert(dest_type != MACH_MSG_TYPE_MOVE_SEND_ONCE);
1838 dest_type, reply_type,
1906 dest_type, FALSE,
1914 dest_type, FALSE,
2007 dest_type
3088 mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits); local
3963 mach_msg_type_name_t dest_type = MACH_MSGH_BITS_REMOTE(mbits); local
4024 mach_msg_type_name_t dest_type; local
4258 mach_msg_type_name_t dest_type; local
4296 mach_msg_type_name_t dest_type; local
[all...]
/xnu-2782.1.97/tools/lldbmacros/core/
H A Dcvalue.py407 dest_type = target_type
409 dest_type = gettype(target_type)
411 dest_type = target_type.GetSBValue().GetType()
414 return value(obj.GetSBValue().Cast(dest_type))

Completed in 24 milliseconds