Searched refs:Head (Results 1 – 5 of 5) sorted by relevance
429 if (reply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX) { in mach_msg_server_mig_return_code()515 mr = mach_msg(&bufRequest->Head, MACH_RCV_MSG | MACH_RCV_VOUCHER | options, in mach_msg_server_once()523 new_request_alloc = (mach_msg_size_t)round_page(bufRequest->Head.msgh_size + in mach_msg_server_once()534 old_state = voucher_mach_msg_adopt(&bufRequest->Head); in mach_msg_server_once()536 (void) (*demux)(&bufRequest->Head, &bufReply->Head); in mach_msg_server_once()542 bufReply->Head.msgh_remote_port = MACH_PORT_NULL; in mach_msg_server_once()549 bufRequest->Head.msgh_remote_port = MACH_PORT_NULL; in mach_msg_server_once()550 mach_msg_destroy(&bufRequest->Head); in mach_msg_server_once()562 if (bufReply->Head.msgh_remote_port != MACH_PORT_NULL) { in mach_msg_server_once()563 mr = mach_msg(&bufReply->Head, in mach_msg_server_once()[all …]
74 OutP->Head.msgh_bits = in mig_reply_setup()76 OutP->Head.msgh_size = sizeof(mig_reply_error_t); in mig_reply_setup()77 OutP->Head.msgh_remote_port = InP->msgh_local_port; in mig_reply_setup()78 OutP->Head.msgh_local_port = MACH_PORT_NULL; in mig_reply_setup()79 OutP->Head.msgh_id = InP->msgh_id + 100; in mig_reply_setup()
380 OutP->Head.msgh_size = sizeof(mig_reply_error_t); in ipc_kobject_init_reply()382 OutP->Head.msgh_bits = in ipc_kobject_init_reply()384 OutP->Head.msgh_remote_port = InP->msgh_local_port; in ipc_kobject_init_reply()385 OutP->Head.msgh_local_port = MACH_PORT_NULL; in ipc_kobject_init_reply()386 OutP->Head.msgh_voucher_port = MACH_PORT_NULL; in ipc_kobject_init_reply()387 OutP->Head.msgh_id = InP->msgh_id + 100; in ipc_kobject_init_reply()515 OutP_new->Head.msgh_size = sizeof(mig_reply_error_t); in ipc_kobject_server_internal()516 OutP_new->Head.msgh_bits = OutP_old->Head.msgh_bits & ~MACH_MSGH_BITS_COMPLEX; in ipc_kobject_server_internal()517 OutP_new->Head.msgh_remote_port = OutP_old->Head.msgh_remote_port; in ipc_kobject_server_internal()518 OutP_new->Head.msgh_local_port = MACH_PORT_NULL; in ipc_kobject_server_internal()[all …]
183 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()191 host_notify_all(HOST_NOTIFY_CALENDAR_SET, &msg.Head, sizeof(msg)); in host_notify_calendar_set()
100 mach_msg_header_t Head; member