Home
last modified time | relevance | path

Searched refs:pid_for_task (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/tests/
H A Dpid_for_task_test.c13 pid_for_task(tname, &pid);
H A Dexc_resource_threads.c38 pid_for_task(task, &pid); in catch_mach_exception_raise()
H A Dkernel_inspection.c51 if (pid_for_task(task, &pid)) { in attempt_kernel_inspection()
H A Dimm_pinned_control_port.c145 kern_return_t kr = pid_for_task(task, &pid); in catch_mach_exception_raise()
/xnu-8792.41.9/osfmk/mach/
H A Dsyscall_sw.h125 kernel_trap(pid_for_task,-46,2)
H A Dmach_traps.h362 extern kern_return_t pid_for_task(
549 extern kern_return_t pid_for_task(
/xnu-8792.41.9/osfmk/kern/
H A Dsyscall_sw.c152 /* 46 */ MACH_TRAP(pid_for_task, 2, 2, munge_ww),
/xnu-8792.41.9/bsd/vm/
H A Dvm_unix.c748 pid_for_task( in pid_for_task() function