Home
last modified time | relevance | path

Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dipc_host.c504 struct label *new_label; in host_set_exception_ports() local
522 new_label = mac_exc_create_label_for_current_proc(); in host_set_exception_ports()
546 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_set_exception_ports()
566 mac_exc_free_label(new_label); in host_set_exception_ports()
679 struct label *new_label; in host_swap_exception_ports() local
697 new_label = mac_exc_create_label_for_current_proc(); in host_swap_exception_ports()
722 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_swap_exception_ports()
757 mac_exc_free_label(new_label); in host_swap_exception_ports()
H A Dipc_tt.c1054 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset() local
1084 mac_exc_free_label(new_label); in ipc_thread_reset()
1123 mac_exc_update_action_label(tro->tro_exc_actions + i, new_label); in ipc_thread_reset()
1134 mac_exc_free_label(new_label); in ipc_thread_reset()
4078 struct label *new_label = mac_exc_create_label_for_current_proc(); in thread_set_exception_ports_internal() local
4087 mac_exc_free_label(new_label); in thread_set_exception_ports_internal()
4100 && mac_exc_update_action_label(action, new_label) == 0 in thread_set_exception_ports_internal()
4117 mac_exc_free_label(new_label); in thread_set_exception_ports_internal()
4201 struct label *new_label = mac_exc_create_label_for_current_proc(); in task_set_exception_ports() local
4214 mac_exc_free_label(new_label); in task_set_exception_ports()
[all …]