Home
last modified time | relevance | path

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

/xnu-8020.101.4/security/
H A Dmac_mach_internal.h67 struct exception_action;
122 struct label *mac_exc_create_label(struct exception_action *action);
123 struct label *mac_exc_label(struct exception_action *action);
124 void mac_exc_set_label(struct exception_action *action, struct label *label);
127 void mac_exc_associate_action_label(struct exception_action *action, struct label *label);
128 void mac_exc_free_action_label(struct exception_action *action);
130 int mac_exc_update_action_label(struct exception_action *action, struct label *newlabel);
131 int mac_exc_inherit_action_label(struct exception_action *parent, struct exception_action *child);
134 int mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action);
H A Dmac_mach.c324 mac_exc_label(struct exception_action *action) in mac_exc_label()
330 mac_exc_set_label(struct exception_action *action, struct label *label) in mac_exc_set_label()
338 mac_exc_create_label(struct exception_action *action) in mac_exc_create_label()
357 mac_exc_associate_action_label(struct exception_action *action, struct label *label) in mac_exc_associate_action_label()
364 mac_exc_free_action_label(struct exception_action *action) in mac_exc_free_action_label()
373 mac_exc_update_action_label(struct exception_action *action, in mac_exc_update_action_label()
384 mac_exc_inherit_action_label(struct exception_action *parent, in mac_exc_inherit_action_label()
385 struct exception_action *child) in mac_exc_inherit_action_label()
423 mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action) in mac_exc_action_check_exception_send()
H A Dmac_policy.h94 struct exception_action;
664 struct exception_action *action,
675 struct exception_action *action,
729 struct exception_action *action,
H A Dmac_framework.h89 struct exception_action;
/xnu-8020.101.4/osfmk/kern/
H A Dexception.c114 struct exception_action *excp,
186 struct exception_action *excp, in exception_deliver()
495 struct exception_action *excp, in check_exc_receiver_dependency()
539 struct exception_action *actions; in exception_triage_thread()
H A Dexception.h45 struct exception_action { struct
H A Dhost.h82 struct exception_action exc_actions[EXC_TYPES_COUNT];
H A Dipc_tt.c835 struct exception_action array[EXC_TYPES_COUNT];
841 struct exception_action *actions; in ipc_thread_init_exc_actions()
859 struct exception_action *actions = tro->tro_exc_actions; in ipc_thread_destroy_exc_actions()
3935 struct exception_action *action = &tro->tro_exc_actions[i]; in thread_set_exception_ports()
4179 struct exception_action *action = &tro->tro_exc_actions[i]; in thread_swap_exception_ports()
H A Dtask.h228 struct exception_action exc_actions[EXC_TYPES_COUNT];
H A Dthread.h201 struct exception_action *tro_exc_actions;
H A Dtask.c338 …ption_type_t, mach_exception_data_t, mach_msg_type_number_t, struct exception_action *, lck_mtx_t …