Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance
504 struct label *new_label; in host_set_exception_ports() local522 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() local697 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()
1054 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset() local1084 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() local4087 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() local4214 mac_exc_free_label(new_label); in task_set_exception_ports()[all …]