Home
last modified time | relevance | path

Searched refs:mac_exc_label (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/security/
H A Dmac_mach.c386 mac_exc_label(struct exception_action *action) in mac_exc_label() function
422 MAC_PERFORM(exc_action_label_associate, action, mac_exc_label(action)); in mac_exc_associate_action_label()
428 mac_exc_free_label(mac_exc_label(action)); in mac_exc_free_action_label()
440 MAC_CHECK(exc_action_label_update, action, mac_exc_label(action), newlabel); in mac_exc_update_action_label()
449 return mac_exc_update_action_label(child, mac_exc_label(parent)); in mac_exc_inherit_action_label()
506 MAC_CHECK(exc_action_check_exception_send, label, action, mac_exc_label(action)); in mac_exc_action_check_exception_send()
H A Dmac_mach_internal.h130 struct label *mac_exc_label(struct exception_action *action);
/xnu-12377.61.12/osfmk/kern/
H A Dipc_host.c525 if (mac_exc_label(&host_priv->exc_actions[i]) == NULL) { in host_set_exception_ports()
537 if (mac_exc_label(&host_priv->exc_actions[i]) == NULL) { in host_set_exception_ports()
700 if (mac_exc_label(&host_priv->exc_actions[i]) == NULL) { in host_swap_exception_ports()
713 if (mac_exc_label(&host_priv->exc_actions[i]) == NULL) { in host_swap_exception_ports()