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

/freebsd-12-stable/sys/security/mac/
H A Dmac_syscalls.c89 struct proc *tproc; local
101 tproc = pfind(uap->pid);
102 if (tproc == NULL)
106 error = p_cansee(td, tproc);
108 tcred = crhold(tproc->p_ucred);
109 PROC_UNLOCK(tproc);

Completed in 189 milliseconds