Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dtask_ident_test.c28 kr = task_create_identity_token(mach_task_self(), &token);
H A Dcoalition_gpu_energy.c140 kern_return_t kr = task_create_identity_token(mach_task_self(), &token);
H A Dvm_phys_footprint.c1290 kr = task_create_identity_token(mach_task_self(), &token);
/xnu-12377.61.12/osfmk/kern/
H A Dtask_ident.c127 task_create_identity_token( in task_create_identity_token() function
H A Dexception.c389 kr = task_create_identity_token(task, &task_token); in exception_deliver()
434 kr = task_create_identity_token(task, &task_token); in exception_deliver()
H A Dtask.c8692 …kern_return_t kr = task_create_identity_token(current_task(), &token); /* Takes a reference on the… in task_allocate_fatal_port()
/xnu-12377.61.12/osfmk/mach/
H A Dtask.defs563 routine task_create_identity_token(