Home
last modified time | relevance | path

Searched refs:task_read_for_pid (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/tests/
H A Dipc_read_inspect.c91 kr = task_read_for_pid(mach_task_self(), getpid(), &tfp_port); in test_task_get_special_port()
506 kr = task_read_for_pid(mach_task_self(), child_pid, &tr); in test_get_child_task_port()
548 kr = task_read_for_pid(mach_task_self(), getpid(), &read_port);
H A Dipc_thread_ports_race.c132 int rc = task_read_for_pid(mach_task_self(), pid, &tp); in fork_child_test()
/xnu-8020.101.4/bsd/sys/
H A Dproc.h526 int task_read_for_pid(unsigned int target_tport, int pid, unsigned int *t); /* Returns task rea…
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c1248 task_read_for_pid(struct proc *p __unused, struct task_read_for_pid_args *args, int *ret) in task_read_for_pid() function