Searched refs:task_for_pid (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dsyscall_sw.h100 kernel_trap(task_for_pid,-45,3)
H A Dmach_traps.h200 extern kern_return_t task_for_pid(
414 extern kern_return_t task_for_pid(
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dtags.c117 ret = task_for_pid(mach_task_self(), pid, &port);
119 err(1, "task_for_pid(,%d,) returned %d", pid, ret);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_sw.c140 /* 45 */ MACH_TRAP(task_for_pid, 3, munge_www, munge_ddd),
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c712 /* 45 */ MACH_TRAP(task_for_pid, 3, munge_www, munge_ddd),
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c413 /* No task_for_pid on bad targets */
467 * Routine: task_for_pid
478 task_for_pid( function
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c798 mach_result = task_for_pid(mach_task_self(), 0, &G_kernel_port);

Completed in 38 milliseconds