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

/xnu-2422.115.4/osfmk/kern/
H A Dipc_tt.c161 task->exc_actions[i].port = IP_NULL;
188 task->exc_actions[i].port =
189 ipc_port_copy_send(parent->exc_actions[i].port);
190 task->exc_actions[i].flavor =
191 parent->exc_actions[i].flavor;
192 task->exc_actions[i].behavior =
193 parent->exc_actions[i].behavior;
194 task->exc_actions[i].privileged =
195 parent->exc_actions[i].privileged;
327 if (IP_VALID(task->exc_actions[
[all...]
H A Dipc_host.c132 realhost.exc_actions[i].port = IP_NULL;
574 old_port[i] = host_priv->exc_actions[i].port;
575 host_priv->exc_actions[i].port =
577 host_priv->exc_actions[i].behavior = new_behavior;
578 host_priv->exc_actions[i].flavor = new_flavor;
646 if (host_priv->exc_actions[i].port == ports[j] &&
647 host_priv->exc_actions[i].behavior == behaviors[j]
648 && host_priv->exc_actions[i].flavor == flavors[j])
657 ipc_port_copy_send(host_priv->exc_actions[i].port);
658 behaviors[j] = host_priv->exc_actions[
[all...]
H A Dhost.h82 struct exception_action exc_actions[EXC_TYPES_COUNT]; member in struct:host
H A Dexception.c332 kr = exception_deliver(thread, exception, code, codeCnt, thread->exc_actions, mutex);
341 kr = exception_deliver(thread, exception, code, codeCnt, task->exc_actions, mutex);
350 kr = exception_deliver(thread, exception, code, codeCnt, host_priv->exc_actions, mutex);
384 kr = exception_deliver(self, exception, code, codeCnt, task->exc_actions, mutex);
429 xport = hostp->exc_actions[EXC_RPC_ALERT].port;
445 hostp->exc_actions,
H A Dtask.h196 struct exception_action exc_actions[EXC_TYPES_COUNT]; member in struct:task
H A Dthread.h391 struct exception_action *exc_actions; member in struct:thread

Completed in 37 milliseconds