Searched refs:MACH_MSGH_BITS (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_setup.c75 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp196 MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0),
H A DIOUserClient.cpp601 pingMsg->msgHdr.msgh_bits = MACH_MSGH_BITS(
745 | MACH_MSGH_BITS(
1310 replyMsg.msgHdr.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND /*remote*/,
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost_notify.c170 msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0);
H A Dmk_timer.c170 msg.header.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);
H A Dipc_kobject.c329 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
H A Dipc_mig.c278 MACH_MSGH_BITS(0, MACH_MSG_TYPE_MAKE_SEND_ONCE);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c194 reply->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0);
253 request->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c403 args.reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0);
551 req->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
H A DKQMPMMtest.c455 args.reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
604 req->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h115 * MACH_MSGH_BITS() combines two MACH_MSG_TYPE_* values, for the remote
136 #define MACH_MSGH_BITS(remote, local) \ macro
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c1943 MACH_MSGH_BITS(dest_type, reply_type));
2601 MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0))) {
2603 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND, 0));
2608 MACH_MSGH_BITS(ipc_object_copyin_type(rname),
2735 MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0))) {
2737 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND, 0));
2742 MACH_MSGH_BITS(ipc_object_copyin_type(rname),
3107 MACH_MSGH_BITS(reply_type, dest_type));
3767 MACH_MSGH_BITS(reply_type, dest_type));
3982 MACH_MSGH_BITS(reply_typ
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c42 my_kmsg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);

Completed in 48 milliseconds