Searched refs:pfindn (Results 1 – 3 of 3) sorted by relevance
529 struct proc *pfindn (pid_t); /* Find process by id wo/ref */
545 pfindn(pid_t pid) in pfindn() function763 if ((np = pfindn(savepid)) == NULL || np != p) { in enterpgrp()
1211 if (scp->proc == pfindn(scp->pid) && scp->proc != curproc) { in scioctl()2800 if (cur_scp->proc != pfindn(cur_scp->pid)) { in sc_switch_scr()2988 if (scp->proc == pfindn(scp->pid)) { in vt_proc_alive()