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

/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c488 ipc_port_t tfpport; local
531 (task_get_task_access_port(p->task, &tfpport) == 0) &&
532 (tfpport != IPC_PORT_NULL)) {
534 if (tfpport == IPC_PORT_DEAD) {
540 error = check_task_access(tfpport, proc_selfpid(), kauth_getgid(), pid);

Completed in 33 milliseconds