Lines Matching refs:msg
149 mach_msg_header_t *msg, in host_notify_all() argument
185 msg->msgh_bits = in host_notify_all()
187 msg->msgh_local_port = MACH_PORT_NULL; in host_notify_all()
188 msg->msgh_voucher_port = MACH_PORT_NULL; in host_notify_all()
189 msg->msgh_id = host_notify_replyid[notify_type]; in host_notify_all()
197 msg->msgh_remote_port = port; in host_notify_all()
198 (void)mach_msg_send_from_kernel(msg, msg_size); in host_notify_all()
205 __Request__host_calendar_changed_t msg; in host_notify_calendar_change() local
207 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()
213 __Request__host_calendar_set_t msg; in host_notify_calendar_set() local
215 host_notify_all(HOST_NOTIFY_CALENDAR_SET, &msg.Head, sizeof(msg)); in host_notify_calendar_set()