Home
last modified time | relevance | path

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

/xnu-8020.140.41/security/
H A Dmac_mach.c338 mac_exc_create_label(struct exception_action *action) in mac_exc_create_label() function
409 struct label *label = mac_exc_create_label(NULL); in mac_exc_create_label_for_proc()
H A Dmac_mach_internal.h122 struct label *mac_exc_create_label(struct exception_action *action);
/xnu-8020.140.41/osfmk/kern/
H A Dipc_host.c518 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_set_exception_ports()
712 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_swap_exception_ports()
H A Dipc_tt.c198 mac_exc_create_label(&task->exc_actions[i])); in ipc_task_init()
597 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()
1052 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset()
H A Dtask.c2137 free_label = label = mac_exc_create_label(NULL); in task_collect_crash_info()