Home
last modified time | relevance | path

Searched refs:mach_msg_bits_t (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A DIORPC.h82 typedef unsigned int mach_msg_bits_t; typedef
89 mach_msg_bits_t msgh_bits;
/xnu-11215/iokit/IOKit/
H A DIORPC.h82 typedef unsigned int mach_msg_bits_t; typedef
89 mach_msg_bits_t msgh_bits;
/xnu-11215/osfmk/mach/
H A Dmessage.h230 typedef unsigned int mach_msg_bits_t; typedef
597 mach_msg_bits_t msgh_bits;
645 mach_msg_bits_t msgh_bits;
/xnu-11215/osfmk/kern/
H A Dipc_mig.c599 mach_msg_bits_t mbits = msg->msgh_bits; in mach_msg_destroy_from_kernel()
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c1070 mach_msg_bits_t mbits = hdr->msgh_bits; in ipc_kmsg_clean_header()
1726 mach_msg_bits_t mbits = msg->msgh_bits & MACH_MSGH_BITS_USER; in ipc_kmsg_copyin_header()
3322 mach_msg_bits_t mbits = msg->msgh_bits; in ipc_kmsg_copyout_header()
4377 mach_msg_bits_t mbits = hdr->msgh_bits; in ipc_kmsg_copyout_pseudo()
4475 mach_msg_bits_t mbits; in ipc_kmsg_copyout_dest_to_user()
5076 mach_msg_bits_t bits = hdr->msgh_bits; in ipc_kmsg_copyin_from_kernel()
H A Dmach_msg.c975 .msgh_bits = (mach_msg_bits_t) (mb_ss), in mach_msg2_trap()
/xnu-11215/libsyscall/mach/
H A Dmach_msg.c394 mach_msg_bits_t mbits = msg->msgh_bits; in mach_msg_destroy()