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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_setup.c79 OutP->Head.msgh_id = InP->msgh_id + 100;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmig_log.c96 mach_msg_id_t msgh_id,
106 printf("%d|%d|%d", who, what, msgh_id);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
H A Dipc_kmsg.c138 mach_msg_id_t msgh_id; member in struct:__anon989
370 kprintf(" msgh_id=%d, size=%d\n",
371 msgh->msgh_id,
1169 kmsg->ikm_header->msgh_id = legacy_base.header.msgh_id;
1183 kmsg->ikm_header->msgh_id);
1214 if(trcWork.traceMask) dbgTrace(0x1100, (unsigned int)kmsg->ikm_header->msgh_id,
1483 kmsg->ikm_header->msgh_id);
1495 mach_msg_id_t id = kmsg->ikm_header->msgh_id;
1497 legacy_header->msgh_id
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmig_log.h61 mach_msg_id_t msgh_id,
H A Dmessage.h168 * The msgh_id field is uninterpreted by the message primitives.
358 mach_msg_id_t msgh_id; member in struct:__anon1251
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c236 panic("multiple entries with the same msgh_id");
282 register int key = request->ikm_header->msgh_id;
332 OutP->Head.msgh_reserved = (mach_msg_size_t)InP->msgh_id; /* useful for debug */
333 OutP->Head.msgh_id = InP->msgh_id + 100;
358 request->ikm_header->msgh_id);
360 _MIG_MSGID_INVALID(request->ikm_header->msgh_id);
546 switch (request_header->msgh_id) {
H A Dhost_notify.c172 msg->msgh_id = host_notify_replyid[notify_type];
H A Dmk_timer.c173 msg.header.msgh_reserved = msg.header.msgh_id = 0;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c192 if (1 == request->msgh_id) {
198 reply->msgh_id = 2;
272 request->msgh_id = 0;
275 request->msgh_id = 1;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c31 int msgh_id = 1000 + index; local
47 my_kmsg->msgh_id = msgh_id;
80 *msgh_id_return = my_kmsg->msgh_id;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c400 if (1 == args.req_msg->msgh_id) {
407 args.reply_msg->msgh_id = 2;
556 req->msgh_id = oneway ? 0 : 1;
H A DKQMPMMtest.c452 if (1 == args.req_msg->msgh_id) {
460 args.reply_msg->msgh_id = 2;
609 req->msgh_id = oneway ? 0 : 1;
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c455 switch (msg->msgh_id) {
465 printf("iokit_notify: strange notification %d\n", msg->msgh_id);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp605 pingMsg->msgHdr.msgh_id = kOSNotificationMessageID;
749 pingMsg->msgHdr.msgh_id = kOSNotificationMessageID;
1314 replyMsg.msgHdr.msgh_id = kOSNotificationMessageID;

Completed in 163 milliseconds