Home
last modified time | relevance | path

Searched refs:mac_exc_action_check_exception_send (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/security/
H A Dmac_mach_internal.h134 int mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action);
H A Dmac_mach.c393 mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action) in mac_exc_action_check_exception_send() function
/xnu-10063.101.15/osfmk/kern/
H A Dexception.c281 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()