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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmig_reply_setup.c75 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c738 case MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, function
889 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND,
936 case MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0): {
1023 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND_ONCE,
1290 case MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND, function
1393 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND_ONCE,
1407 case MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND_ONCE, 0): {
1435 hdr->msgh_bits = MACH_MSGH_BITS(0,
1444 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND_ONCE, 0): {
1474 MACH_MSGH_BITS(
[all...]
H A Dipc_kmsg.c1432 MACH_MSGH_BITS(dest_type, reply_type));
1983 MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0))) {
1985 MACH_MSGH_BITS(MACH_MSG_TYPE_PORT_SEND, 0));
1990 MACH_MSGH_BITS(ipc_object_copyin_type(rname),
2428 MACH_MSGH_BITS(reply_type, dest_type));
3033 MACH_MSGH_BITS(reply_type, dest_type));
3241 MACH_MSGH_BITS(reply_type, dest_type));
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODataQueue.cpp188 MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0),
H A DIOUserClient.cpp552 pingMsg->msgHdr.msgh_bits = MACH_MSGH_BITS(
690 | MACH_MSGH_BITS(
1151 replyMsg.msgHdr.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND /*remote*/,
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhost_notify.c169 msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0);
H A Dmk_timer.c168 msg.header.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);
H A Dipc_kobject.c316 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
H A Dipc_mig.c198 MACH_MSGH_BITS(0, MACH_MSG_TYPE_MAKE_SEND_ONCE);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c338 args->reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
412 req->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
H A DMPMMtest.c382 args.reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
528 req->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmessage.h114 * MACH_MSGH_BITS() combines two MACH_MSG_TYPE_* values, for the remote
135 #define MACH_MSGH_BITS(remote, local) \ macro

Completed in 126 milliseconds