Home
last modified time | relevance | path

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

/xnu-11215.41.3/tests/
H A Dtask_ident_test.c28 kr = task_create_identity_token(mach_task_self(), &token);
H A Dcoalition_gpu_energy.c138 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-11215.41.3/osfmk/kern/
H A Dtask_ident.c127 task_create_identity_token( in task_create_identity_token() function
H A Dexception.c390 kr = task_create_identity_token(task, &task_token); in exception_deliver()
435 kr = task_create_identity_token(task, &task_token); in exception_deliver()
H A Dtask.c8374 …kern_return_t kr = task_create_identity_token(current_task(), &token); /* Takes a reference on the… in task_allocate_fatal_port()
/xnu-11215.41.3/osfmk/mach/
H A Dtask.defs563 routine task_create_identity_token(