Lines Matching refs:process
29 void pjwait(struct process *);
30 void pflush(struct process *);
31 void pclrcurr(struct process *);
34 void ptprint(struct process *);
36 void pstart(struct process *, int);
38 struct process *pgetcurr(struct process *);
39 struct process *pfind(tchar *);
51 struct process *pp; in pchild()
52 struct process *fp; in pchild()
164 struct process *pp; in pnote()
190 struct process *fp, *pp; in pwait()
219 pjwait(struct process *pp) in pjwait()
221 struct process *fp; in pjwait()
306 struct process *pp; in dowait()
331 struct process *pp; in pflushall()
347 pflush(struct process *pp) in pflush()
349 struct process *np; in pflush()
383 pclrcurr(struct process *pp) in pclrcurr()
412 struct process *pp; in palloc()
418 pp = (struct process *)xcalloc(1, sizeof (struct process)); in palloc()
434 struct process *fp; in palloc()
452 struct process *np; in palloc()
593 struct process *pp, *tp; in pendjob()
617 pprint(struct process *pp, int flag) in pprint()
620 struct process *tp; in pprint()
750 ptprint(struct process *tp) in ptprint()
756 struct process *pp = tp; in ptprint()
778 struct process *pp; in dojobs()
808 struct process *pp; in dofg()
828 struct process *pp; in dofg1()
845 struct process *pp; in dobg()
864 struct process *pp; in dobg1()
945 struct process *pp, *np; in pkill()
1011 pstart(struct process *pp, int foregnd) in pstart()
1013 struct process *np; in pstart()
1062 struct process *pp; in panystop()
1073 struct process *
1076 struct process *pp, *np; in pfind()
1131 struct process *
1132 pgetcurr(struct process *pp) in pgetcurr()
1134 struct process *np; in pgetcurr()
1135 struct process *xp = PNULL; in pgetcurr()
1157 struct process *pp; in donotify()
1295 struct process *pp; in hupforegnd()