Home
last modified time | relevance | path

Searched refs:mac_exc_create_label (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/security/
H A Dmac_mach.c400 mac_exc_create_label(struct exception_action *action) in mac_exc_create_label() function
471 struct label *label = mac_exc_create_label(NULL); in mac_exc_create_label_for_proc()
H A Dmac_mach_internal.h129 struct label *mac_exc_create_label(struct exception_action *action);
/xnu-12377.61.12/osfmk/kern/
H A Dipc_host.c526 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_set_exception_ports()
701 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_swap_exception_ports()
H A Dipc_tt.c230 mac_exc_create_label(&task->exc_actions[i])); in ipc_task_init()
665 struct label *unset_label = mac_exc_create_label(NULL); in ipc_task_reset()
849 mac_exc_create_label(&actions[i])); in ipc_thread_init_exc_actions()
1054 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset()
H A Dexception.c1046 mac_exc_create_label(&saved_exc_actions[EXC_RPC_ALERT])); in sys_perf_notify()
H A Dtask.c2459 free_label = label = mac_exc_create_label(NULL); in task_collect_crash_info()