Searched refs:Head (Results 1 – 5 of 5) sorted by relevance
525 if (reply->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX) { in mach_msg_server_mig_return_code()611 mr = mach_msg(&bufRequest->Head, MACH_RCV_MSG | MACH_RCV_VOUCHER | options, in mach_msg_server_once()619 new_request_alloc = (mach_msg_size_t)round_page(bufRequest->Head.msgh_size + in mach_msg_server_once()630 old_state = voucher_mach_msg_adopt(&bufRequest->Head); in mach_msg_server_once()632 (void) (*demux)(&bufRequest->Head, &bufReply->Head); in mach_msg_server_once()638 bufReply->Head.msgh_remote_port = MACH_PORT_NULL; in mach_msg_server_once()645 bufRequest->Head.msgh_remote_port = MACH_PORT_NULL; in mach_msg_server_once()646 mach_msg_destroy(&bufRequest->Head); in mach_msg_server_once()658 if (bufReply->Head.msgh_remote_port != MACH_PORT_NULL) { in mach_msg_server_once()659 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()
360 OutP->Head.msgh_size = sizeof(mig_reply_error_t); in ipc_kobject_init_reply()362 OutP->Head.msgh_bits = in ipc_kobject_init_reply()364 OutP->Head.msgh_remote_port = InP->msgh_local_port; in ipc_kobject_init_reply()365 OutP->Head.msgh_local_port = MACH_PORT_NULL; in ipc_kobject_init_reply()366 OutP->Head.msgh_voucher_port = MACH_PORT_NULL; in ipc_kobject_init_reply()367 OutP->Head.msgh_id = InP->msgh_id + 100; in ipc_kobject_init_reply()502 OutP_new->Head.msgh_size = sizeof(mig_reply_error_t); in ipc_kobject_server_internal()503 OutP_new->Head.msgh_bits = OutP_old->Head.msgh_bits & ~MACH_MSGH_BITS_COMPLEX; in ipc_kobject_server_internal()504 OutP_new->Head.msgh_remote_port = OutP_old->Head.msgh_remote_port; in ipc_kobject_server_internal()505 OutP_new->Head.msgh_local_port = MACH_PORT_NULL; in ipc_kobject_server_internal()[all …]
202 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()210 host_notify_all(HOST_NOTIFY_CALENDAR_SET, &msg.Head, sizeof(msg)); in host_notify_calendar_set()
100 mach_msg_header_t Head; member