Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/ !
H A Dipc_host.c471 struct label *deferred_labels[EXC_TYPES_COUNT]; in host_set_exception_ports() local
518 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_set_exception_ports()
520 deferred_labels[i] = NULL; in host_set_exception_ports()
531 mac_exc_associate_action_label(&host_priv->exc_actions[i], deferred_labels[i]); in host_set_exception_ports()
532 deferred_labels[i] = NULL; // Label is used, do not free. in host_set_exception_ports()
566 if (deferred_labels[i] != NULL) { in host_set_exception_ports()
568 mac_exc_free_label(deferred_labels[i]); in host_set_exception_ports()
670 struct label *deferred_labels[EXC_TYPES_COUNT]; in host_swap_exception_ports() local
712 deferred_labels[i] = mac_exc_create_label(&host_priv->exc_actions[i]); in host_swap_exception_ports()
714 deferred_labels[i] = NULL; in host_swap_exception_ports()
[all …]