Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dtask_ident.c69 void task_id_token_set_port(task_id_token_t token, ipc_port_t port);
72 tidt_reference(task_id_token_t token) in tidt_reference()
81 tidt_release(task_id_token_t token) in tidt_release()
118 task_id_token_release(task_id_token_t token) in task_id_token_release()
126 task_id_token_t token; in task_id_token_no_senders()
142 task_id_token_t *tokenp) in task_create_identity_token()
144 task_id_token_t token; in task_create_identity_token()
180 task_id_token_t token, in task_identity_token_get_task_grp()
215 task_id_token_t token, in task_identity_token_get_task_port()
284 task_id_token_t token; in task_id_token_port_name_to_task_grp()
[all …]
H A Dtask_ident.h70 void task_id_token_release(task_id_token_t token);
72 ipc_port_t convert_task_id_token_to_port(task_id_token_t token);
74 task_id_token_t convert_port_to_task_id_token(ipc_port_t port);
77 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.h221 extern task_id_token_t port_name_to_task_id_token(
H A Dexception.c215 task_id_token_t task_token; in exception_deliver()
H A Dipc_tt.c3667 task_id_token_t
3673 task_id_token_t token = TASK_ID_TOKEN_NULL; in port_name_to_task_id_token()
H A Dtask.c227 extern void task_id_token_set_port(task_id_token_t token, ipc_port_t port);
7765 task_id_token_t token; in task_allocate_fatal_port()
7785 task_id_token_t token = ipc_kobject_get_stable(port, IKOT_TASK_FATAL); in task_fatal_port_no_senders()
/xnu-8792.41.9/osfmk/mach/
H A Dmach_types.h139 typedef struct task_id_token *task_id_token_t; typedef
205 typedef mach_port_t task_id_token_t;
309 #define TASK_ID_TOKEN_NULL ((task_id_token_t) NULL)
339 #define TASK_ID_TOKEN_NULL ((task_id_token_t) 0)
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 Dmach_exc.defs136 task_id_token_t : mach_port_t;
H A Dtask.defs549 out token : task_id_token_t);
552 token : task_id_token_t;
/xnu-8792.41.9/tests/
H A Dexc_helpers.h52 typedef size_t (*exc_handler_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.c24 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.c1276 task_id_token_t token;
/xnu-8792.41.9/osfmk/vm/
H A Dvm_user.c3908 task_id_token_t token = convert_port_to_task_id_token(owner_port); in mach_memory_entry_ownership_from_user()