Searched refs:task_identity_token_get_task_port (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/tests/ |
| H A D | task_ident_test.c | 32 …kr = task_identity_token_get_task_port(token, TASK_FLAVOR_CONTROL, &port2); /* Immovable control p… 40 kr = task_identity_token_get_task_port(token, TASK_FLAVOR_READ, &port2); 49 kr = task_identity_token_get_task_port(token, TASK_FLAVOR_INSPECT, &port2); 58 kr = task_identity_token_get_task_port(token, TASK_FLAVOR_NAME, &port2); 65 kr = task_identity_token_get_task_port(mach_thread_self(), TASK_FLAVOR_NAME, &port2);
|
| H A D | exception_tests.c | 41 …kr = task_identity_token_get_task_port(token, TASK_FLAVOR_CONTROL, &port2); /* Immovable control p… in exc_handler_identity_protected()
|
| H A D | corpse_backtrace.c | 210 …kr = task_identity_token_get_task_port(token, TASK_FLAVOR_CONTROL, &port2); /* Immovable control p… in exc_handler_identity_protected()
|
| H A D | imm_pinned_control_port.c | 129 kern_return_t kr = task_identity_token_get_task_port(task_id_token, TASK_FLAVOR_READ, &task); in catch_mach_exception_raise_identity_protected()
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | task_ident.c | 202 task_identity_token_get_task_port( in task_identity_token_get_task_port() function
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | task.defs | 567 routine task_identity_token_get_task_port(
|