Lines Matching refs:msg
144 mach_msg_header_t *msg, in host_notify_all() argument
180 msg->msgh_bits = in host_notify_all()
182 msg->msgh_local_port = MACH_PORT_NULL; in host_notify_all()
183 msg->msgh_voucher_port = MACH_PORT_NULL; in host_notify_all()
184 msg->msgh_id = host_notify_replyid[notify_type]; in host_notify_all()
192 msg->msgh_remote_port = port; in host_notify_all()
193 (void)mach_msg_send_from_kernel_proper(msg, msg_size); in host_notify_all()
200 __Request__host_calendar_changed_t msg; in host_notify_calendar_change() local
202 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()
208 __Request__host_calendar_set_t msg; in host_notify_calendar_set() local
210 host_notify_all(HOST_NOTIFY_CALENDAR_SET, &msg.Head, sizeof(msg)); in host_notify_calendar_set()