Lines Matching refs:pid_t
94 pid_t s_sid; /* (c) Session ID. */
113 pid_t pg_id; /* (c) Process group id. */
306 pid_t td_dbg_forked; /* (c) Child pid for debugger. */
616 pid_t p_pid; /* (b) Process identifier. */
634 pid_t p_oppid; /* (c + e) Real parent pid. */
683 pid_t p_reapsubtree; /* (e) Pid of the direct child of the
887 extern pid_t pid_max;
1028 struct proc *pfind(pid_t); /* Find process by id. */
1029 struct proc *pfind_any(pid_t); /* Find (zombie) process by id. */
1030 struct proc *pfind_any_locked(pid_t pid); /* Find process by id, locked. */
1031 struct pgrp *pgfind(pid_t); /* Find process group by id. */
1061 int pget(pid_t pid, int flags, struct proc **pp);
1071 int enterpgrp(struct proc *p, pid_t pgid, struct pgrp *pgrp,
1125 struct thread *tdfind(lwpid_t, pid_t);
1252 void proc_id_set(int type, pid_t id);
1253 void proc_id_set_cond(int type, pid_t id);
1254 void proc_id_clear(int type, pid_t id);