Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance
501 struct label *new_label; in host_set_exception_ports() local518 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() local692 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()
1151 struct label *new_label = mac_exc_create_label(NULL); in ipc_thread_reset() local1190 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() local4312 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() local4439 mac_exc_free_label(new_label); in task_set_exception_ports()[all …]