Searched refs:msgh_bits (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_setup.c74 OutP->Head.msgh_bits =
75 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
H A Dmach_msg.c268 mach_msg_bits_t mbits = msg->msgh_bits;
437 if (!(bufReply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX)) {
441 (bufRequest->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX)) {
460 (MACH_MSGH_BITS_REMOTE(bufReply->Head.msgh_bits) ==
472 if (bufReply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX)
552 if (!(bufReply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX)) {
556 (bufRequest->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX)) {
578 (MACH_MSGH_BITS_REMOTE(bufReply->Head.msgh_bits) ==
593 (MACH_MSGH_BITS_REMOTE(bufReply->Head.msgh_bits) ==
606 if (bufReply->Head.msgh_bits
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c133 mach_msg_bits_t msgh_bits; member in struct:__anon989
327 mbits = msgh->msgh_bits;
328 kprintf(" msgh_bits=0x%x: l=0x%x,r=0x%x\n",
330 MACH_MSGH_BITS_LOCAL(msgh->msgh_bits),
331 MACH_MSGH_BITS_REMOTE(msgh->msgh_bits));
346 if (msgh->msgh_bits & ~MACH_MSGH_BITS_USED) {
348 msgh->msgh_bits & ~MACH_MSGH_BITS_USED);
355 ipc_print_type_name64(MACH_MSGH_BITS_REMOTE(msgh->msgh_bits));
364 ipc_print_type_name64(MACH_MSGH_BITS_LOCAL(msgh->msgh_bits));
991 mach_msg_bits_t mbits = kmsg->ikm_header->msgh_bits;
[all...]
H A Dipc_mqueue.c380 (MACH_MSGH_BITS_REMOTE(kmsg->ikm_header->msgh_bits) ==
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c328 OutP->Head.msgh_bits =
329 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
383 switch (MACH_MSGH_BITS_REMOTE(request->ikm_header->msgh_bits)) {
397 if (!(reply->ikm_header->msgh_bits & MACH_MSGH_BITS_COMPLEX) &&
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_mig.c277 kmsg->ikm_header->msgh_bits |=
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c184 if (request->msgh_bits & MACH_MSGH_BITS_COMPLEX) {
194 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,
262 request->msgh_bits |= MACH_MSGH_BITS_COMPLEX;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c394 if (args.req_msg->msgh_bits & MACH_MSGH_BITS_COMPLEX) {
403 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,
558 (req)->msgh_bits |= MACH_MSGH_BITS_COMPLEX;
585 reply->msgh_bits = 0;
H A DKQMPMMtest.c425 args.req_msg->msgh_bits = 0;
446 if (args.req_msg->msgh_bits & MACH_MSGH_BITS_COMPLEX) {
455 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,
611 (req)->msgh_bits |= MACH_MSGH_BITS_COMPLEX;
638 reply->msgh_bits = 0;
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h116 * and local fields, into a single value suitable for msgh_bits.
353 mach_msg_bits_t msgh_bits; member in struct:__anon1251
/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);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp601 pingMsg->msgHdr.msgh_bits = MACH_MSGH_BITS(
744 pingMsg->msgHdr.msgh_bits = MACH_MSGH_BITS_COMPLEX
1310 replyMsg.msgHdr.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND /*remote*/,

Completed in 110 milliseconds