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

/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c550 ipc_port_t tfpport; local
592 (task_get_task_access_port(p->task, &tfpport) == 0) &&
593 (tfpport != IPC_PORT_NULL)) {
595 if (tfpport == IPC_PORT_DEAD) {
601 error = check_task_access(tfpport, proc_selfpid(), kauth_getgid(), pid);
763 mach_port_t tfpport; local
768 (task_get_task_access_port(target, &tfpport) == 0) &&
769 (tfpport != IPC_PORT_NULL)) {
771 if (tfpport == IPC_PORT_DEAD) {
777 error = check_task_access(tfpport, proc_selfpi
849 mach_port_t tfpport; local
[all...]

Completed in 19 milliseconds