Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_host.c501 struct label *new_label; in host_set_exception_ports() local
518 new_label = mac_exc_create_label_for_current_proc(); in host_set_exception_ports()
542 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_set_exception_ports()
562 mac_exc_free_label(new_label); in host_set_exception_ports()
675 struct label *new_label; in host_swap_exception_ports() local
692 new_label = mac_exc_create_label_for_current_proc(); in host_swap_exception_ports()
717 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_swap_exception_ports()
752 mac_exc_free_label(new_label); in host_swap_exception_ports()
H A Dipc_tt.c1151 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset() local
1190 mac_exc_free_label(new_label); in ipc_thread_reset()
1234 mac_exc_update_action_label(tro->tro_exc_actions + i, new_label); in ipc_thread_reset()
1245 mac_exc_free_label(new_label); in ipc_thread_reset()
4303 struct label *new_label = mac_exc_create_label_for_current_proc(); in thread_set_exception_ports_internal() local
4312 mac_exc_free_label(new_label); in thread_set_exception_ports_internal()
4325 && mac_exc_update_action_label(action, new_label) == 0 in thread_set_exception_ports_internal()
4342 mac_exc_free_label(new_label); in thread_set_exception_ports_internal()
4426 struct label *new_label = mac_exc_create_label_for_current_proc(); in task_set_exception_ports() local
4439 mac_exc_free_label(new_label); in task_set_exception_ports()
[all …]