Lines Matching full:proc
46 .Fa "void (*func)(void *)" "void *arg" "struct proc **newpp"
53 .Fn kproc_resume "struct proc *p"
55 .Fn kproc_suspend "struct proc *p" "int timo"
57 .Fn kproc_suspend_check "struct proc *p"
61 .Fa "struct proc **procptr" "struct thread **tdptr"
107 struct proc **global_procpp;
120 .Vt "struct proc" .
125 .Vt "struct proc"
151 .Vt "struct proc"
170 .Vt "struct proc" .
209 .Vt "struct proc"
245 .Vt "struct proc"
246 pointer that is the location to be updated with the new proc pointer
296 static struct proc *bufdaemonproc;