Searched refs:mac_exc_update_action_label (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/security/ |
| H A D | mac_mach.c | 343 mac_exc_update_action_label(struct exception_action *action, in mac_exc_update_action_label() function 357 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-10063.101.15/osfmk/kern/ |
| H A D | ipc_host.c | 572 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_set_exception_ports() 772 && mac_exc_update_action_label(&host_priv->exc_actions[i], new_label) == 0 in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 707 mac_exc_update_action_label(task->exc_actions + i, unset_label); in ipc_task_reset() 1170 mac_exc_update_action_label(tro->tro_exc_actions + i, new_label); in ipc_thread_reset() 4206 && mac_exc_update_action_label(action, new_label) == 0 in thread_set_exception_ports() 4321 && mac_exc_update_action_label(&task->exc_actions[i], new_label) == 0 in task_set_exception_ports() 4469 && mac_exc_update_action_label(action, new_label) == 0 in thread_swap_exception_ports() 4604 && mac_exc_update_action_label(&task->exc_actions[i], new_label) == 0 in task_swap_exception_ports()
|