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

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c160 task->exc_actions[i].port = IP_NULL;
187 task->exc_actions[i].port =
188 ipc_port_copy_send(parent->exc_actions[i].port);
189 task->exc_actions[i].flavor =
190 parent->exc_actions[i].flavor;
191 task->exc_actions[i].behavior =
192 parent->exc_actions[i].behavior;
193 task->exc_actions[i].privileged =
194 parent->exc_actions[i].privileged;
304 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.c320 excp = &thread->exc_actions[exception];
330 excp = &task->exc_actions[exception];
340 excp = &host_priv->exc_actions[exception];
373 excp = &task->exc_actions[exception];
421 excp = &hostp->exc_actions[EXC_RPC_ALERT];
H A Dtask.h280 struct exception_action exc_actions[EXC_TYPES_COUNT]; member in struct:task
H A Dthread.h381 struct exception_action exc_actions[EXC_TYPES_COUNT]; member in struct:thread

Completed in 83 milliseconds