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

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c99 static task_t ux_handler_self; variable
110 ux_handler_self = self;
115 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_PORT_SET, &exc_set_name) != MACH_MSG_SUCCESS)
122 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
124 if (mach_port_move_member(get_task_ipcspace(ux_handler_self),
179 mach_port_deallocate(get_task_ipcspace(ux_handler_self), reply_port);
351 (void)mach_port_deallocate(get_task_ipcspace(ux_handler_self), task_name);

Completed in 22 milliseconds