Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dtask_ident.c56 void task_id_token_set_port(task_id_token_t token, ipc_port_t port);
59 tidt_reference(task_id_token_t token) in tidt_reference()
68 tidt_release(task_id_token_t token) in tidt_release()
105 task_id_token_release(task_id_token_t token) in task_id_token_release()
113 task_id_token_t token; in task_id_token_no_senders()
129 task_id_token_t *tokenp) in task_create_identity_token()
131 task_id_token_t token; in task_create_identity_token()
168 task_id_token_t token, in task_identity_token_get_task_grp()
203 task_id_token_t token, in task_identity_token_get_task_port()
272 task_id_token_t token; in task_id_token_port_name_to_task_grp()
[all …]
H A Dtask_ident.h83 void task_id_token_release(task_id_token_t token);
85 ipc_port_t convert_task_id_token_to_port(task_id_token_t token);
87 task_id_token_t convert_port_to_task_id_token(ipc_port_t port);
90 kern_return_t task_identity_token_get_task_grp(task_id_token_t token, task_t *taskp, task_grp_t grp…
H A Dipc_tt.h224 extern task_id_token_t port_name_to_task_id_token(
H A Dexception.c209 task_id_token_t task_token; in exception_deliver()
H A Dipc_tt.c3666 task_id_token_t
3672 task_id_token_t token = TASK_ID_TOKEN_NULL; in port_name_to_task_id_token()
H A Dtask.c251 extern void task_id_token_set_port(task_id_token_t token, ipc_port_t port);
8410 task_id_token_t token; in task_allocate_fatal_port()
8430 task_id_token_t token = ipc_kobject_get_stable(port, IKOT_TASK_FATAL); in task_fatal_port_no_senders()
/xnu-11215.81.4/tests/
H A Dexc_helpers.h53 typedef size_t (*exc_handler_protected_callback_t)(task_id_token_t token, uint64_t thread_d,
56 typedef size_t (*exc_handler_state_protected_callback_t)(task_id_token_t token, uint64_t thread_d,
H A Dexception_tests.c30 task_id_token_t token, in exc_handler_identity_protected()
H A Dtask_ident_test.c25 task_id_token_t token;
H A Dcoalition_gpu_energy.c136 task_id_token_t token;
H A Dcorpse_backtrace.c195 task_id_token_t token, in exc_handler_identity_protected()
H A Dexcserver_backtrace.defs137 task_id_token_t : mach_port_t;
H A Dvm_phys_footprint.c1289 task_id_token_t token;
/xnu-11215.81.4/osfmk/mach/
H A Dmach_types.h140 typedef struct task_id_token *task_id_token_t; typedef
206 typedef mach_port_t task_id_token_t;
324 #define TASK_ID_TOKEN_NULL ((task_id_token_t) NULL)
354 #define TASK_ID_TOKEN_NULL ((task_id_token_t) 0)
H A Dmach_exc.defs136 task_id_token_t : mach_port_t;
178 task_id_token_t : mach_port_t;
H A Dmach_types.defs171 type task_id_token_t = mach_port_t
173 intran: task_id_token_t convert_port_to_task_id_token(mach_port_t)
174 outtran: mach_port_t convert_task_id_token_to_port(task_id_token_t)
175 destructor: task_id_token_release(task_id_token_t)
H A Dtask.defs565 out token : task_id_token_t);
568 token : task_id_token_t;
/xnu-11215.81.4/osfmk/ipc/
H A Dmach_debug.c515 task_id_token_t token; in mach_port_kobject_description()
516 token = (task_id_token_t)ipc_kobject_get_stable(port, IKOT_TASK_ID_TOKEN); in mach_port_kobject_description()
/xnu-11215.81.4/tests/ipc/
H A Dhardened_exceptions.c63 task_id_token_t token, in exc_handler_state_identity_protected()
/xnu-11215.81.4/osfmk/vm/
H A Dvm_memory_entry.c1735 task_id_token_t token = convert_port_to_task_id_token(owner_port); in mach_memory_entry_ownership_from_user()