Lines Matching refs:task
70 struct task;
83 int mac_task_check_expose_task(struct task *t, mach_task_flavor_t flavor);
84 int mac_task_check_task_id_token_get_task(struct task *t, mach_task_flavor_t flavor);
85 int mac_task_check_set_host_special_port(struct task *task,
87 int mac_task_check_set_host_exception_port(struct task *task,
89 int mac_task_check_set_host_exception_ports(struct task *task,
91 int mac_task_check_get_task_special_port(struct task *task,
92 struct task *target, int which);
93 int mac_task_check_set_task_special_port(struct task *task,
94 struct task *target, int which, struct ipc_port *port);
95 int mac_task_check_set_task_exception_ports(struct task *task,
96 struct task *target, unsigned int exception_mask, int new_behavior);
97 int mac_task_check_set_thread_exception_ports(struct task *task,
98 struct task *target, unsigned int exception_mask, int new_behavior);
114 uint8_t *mac_task_get_mach_filter_mask(struct task *task);
115 uint8_t *mac_task_get_kobj_filter_mask(struct task *task);
117 void mac_task_set_mach_filter_mask(struct task *task, uint8_t *maskptr);
118 void mac_task_set_kobj_filter_mask(struct task *task, uint8_t *maskptr);
139 int mac_exc_update_task_crash_label(struct task *task, struct label *newlabel);
141 int mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action);
144 int mac_proc_check_remote_thread_create(struct task *task, int flavor, thread_state_t new_state, ma…