Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_mach.c308 mac_exc_create_label(struct exception_action *action) in mac_exc_create_label() function
379 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-10063.101.15/osfmk/kern/
H A Dipc_host.c552 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_set_exception_ports()
751 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_swap_exception_ports()
H A Dipc_tt.c218 mac_exc_create_label(&task->exc_actions[i])); in ipc_task_init()
635 struct label *unset_label = mac_exc_create_label(NULL); in ipc_task_reset()
885 mac_exc_create_label(&actions[i])); in ipc_thread_init_exc_actions()
1091 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset()
H A Dtask.c2347 free_label = label = mac_exc_create_label(NULL); in task_collect_crash_info()