Searched refs:pid_for_task (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | pid_for_task_test.c | 13 pid_for_task(tname, &pid);
|
| H A D | exc_resource_threads.c | 36 pid_for_task(task, &pid); in catch_mach_exception_raise()
|
| H A D | kernel_inspection.c | 51 if (pid_for_task(task, &pid)) { in attempt_kernel_inspection()
|
| H A D | imm_pinned_control_port.c | 131 kern_return_t kr = pid_for_task(task, &pid); in catch_mach_exception_raise()
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | syscall_sw.h | 125 kernel_trap(pid_for_task,-46,2)
|
| H A D | mach_traps.h | 350 extern kern_return_t pid_for_task( 521 extern kern_return_t pid_for_task(
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | syscall_sw.c | 151 /* 46 */ MACH_TRAP(pid_for_task, 2, 2, munge_ww),
|
| /xnu-8020.101.4/bsd/vm/ |
| H A D | vm_unix.c | 725 pid_for_task( in pid_for_task() function
|