Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dpid_for_task_test.c13 pid_for_task(tname, &pid);
H A Dexc_resource_threads.c36 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.c131 kern_return_t kr = pid_for_task(task, &pid); in catch_mach_exception_raise()
/xnu-8020.101.4/osfmk/mach/
H A Dsyscall_sw.h125 kernel_trap(pid_for_task,-46,2)
H A Dmach_traps.h350 extern kern_return_t pid_for_task(
521 extern kern_return_t pid_for_task(
/xnu-8020.101.4/osfmk/kern/
H A Dsyscall_sw.c151 /* 46 */ MACH_TRAP(pid_for_task, 2, 2, munge_ww),
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c725 pid_for_task( in pid_for_task() function