Home
last modified time | relevance | path

Searched refs:send_dsc_count (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dmach_msg.c585 static_assert(offsetof(mach_msg_send_uctx_t, send_dsc_count) == in mach_msg_copyin_user_header()
607 send_uctx->send_dsc_count = 0; in mach_msg_copyin_user_header()
691 if (send_uctx->send_dsc_count > in mach_msg_trap_send()
696 } else if (send_uctx->send_dsc_count != 0) { in mach_msg_trap_send()
712 send_uctx->send_dsc_count, IPC_KMSG_ALLOC_USER); in mach_msg_trap_send()
982 .send_dsc_count = (mach_msg_size_t)dc_rn, in mach_msg2_trap()
H A Dipc_kmsg.c2689 const mach_msg_size_t desc_count = send_uctx->send_dsc_count; in ipc_kmsg_inflate_descriptors()
2800 mach_msg_size_t dcnt = send_uctx->send_dsc_count; in ipc_kmsg_measure_descriptors_from_user()
2862 mach_msg_type_number_t dsc_count = send_uctx->send_dsc_count; in ipc_kmsg_copyin_body()
2988 kbase->msgb_dsc_count = send_uctx->send_dsc_count; in ipc_kmsg_get_and_inflate_from_user()
2997 send_uctx->send_dsc_count * KERNEL_DESC_SIZE; in ipc_kmsg_get_and_inflate_from_user()
3009 if (send_uctx->send_dsc_count) { in ipc_kmsg_get_and_inflate_from_user()
3010 mach_msg_size_t desc_count = send_uctx->send_dsc_count; in ipc_kmsg_get_and_inflate_from_user()
3131 send_uctx->send_dsc_count, options); in ipc_kmsg_copyin_from_user()
/xnu-11215/osfmk/mach/
H A Dmessage.h1578 mach_msg_size_t send_dsc_count; member