Searched refs:mac_exc_update_action_label (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/security/ |
| H A D | mac_mach.c | 373 mac_exc_update_action_label(struct exception_action *action, in mac_exc_update_action_label() function 387 return mac_exc_update_action_label(child, mac_exc_label(parent)); in mac_exc_inherit_action_label()
|
| H A D | mac_mach_internal.h | 130 int mac_exc_update_action_label(struct exception_action *action, struct label *newlabel);
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | ipc_host.c | 538 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_set_exception_ports() 733 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 675 mac_exc_update_action_label(task->exc_actions + i, unset_label); in ipc_task_reset() 1129 mac_exc_update_action_label(tro->tro_exc_actions + i, new_label); in ipc_thread_reset() 3941 && mac_exc_update_action_label(action, new_label) == 0 in thread_set_exception_ports() 4046 && mac_exc_update_action_label(&task->exc_actions[i], new_label) == 0 in task_set_exception_ports() 4188 && mac_exc_update_action_label(action, new_label) == 0 in thread_swap_exception_ports() 4318 && mac_exc_update_action_label(&task->exc_actions[i], new_label) == 0 in task_swap_exception_ports()
|