Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_kmsg.h158 mach_msg_type_name_t ikm_voucher_type: 6; /* disposition type the voucher came in with */ member
H A Dipc_kmsg.c411 kmsg->ikm_voucher_type = type; in ipc_kmsg_set_voucher_port()
424 kmsg->ikm_voucher_type = MACH_MSGH_BITS_ZERO; in ipc_kmsg_clear_voucher_port()
4346 if (kmsg->ikm_voucher_type == MACH_MSG_TYPE_MOVE_SEND) { in ipc_kmsg_copyout_pseudo()
4350 assert(kmsg->ikm_voucher_type == MACH_MSG_TYPE_COPY_SEND); in ipc_kmsg_copyout_pseudo()
H A Dipc_voucher.c2169 ipc_kmsg_set_voucher_port(kmsg, voucher_port, kmsg->ikm_voucher_type); in ipc_voucher_send_preprocessing()