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

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c140 struct rep_msg { struct
144 } rep_msg; local
175 if (mach_exc_server(&exc_msg.Head, &rep_msg.Head)) {
176 result = mach_msg_send(&rep_msg.Head, MACH_SEND_MSG,
177 sizeof (rep_msg),MACH_MSG_TIMEOUT_NONE,MACH_PORT_NULL);

Completed in 17 milliseconds