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

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c106 mach_port_name_t exc_port_name; local
122 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
125 exc_port_name, exc_set_name) != MACH_MSG_SUCCESS)
128 if (ipc_object_copyin(get_task_ipcspace(self), exc_port_name,

Completed in 20 milliseconds