Lines Matching refs:proc
53 protect_setchild(struct thread *td, struct proc *p, int flags) in protect_setchild()
71 protect_setchildren(struct thread *td, struct proc *top, int flags) in protect_setchildren()
73 struct proc *p; in protect_setchildren()
105 protect_set(struct thread *td, struct proc *p, int flags) in protect_set()
134 reap_acquire(struct thread *td, struct proc *p) in reap_acquire()
151 reap_release(struct thread *td, struct proc *p) in reap_release()
166 reap_status(struct thread *td, struct proc *p, in reap_status()
169 struct proc *reap, *p2, *first_p; in reap_status()
201 reap_getpids(struct thread *td, struct proc *p, struct procctl_reaper_pids *rp) in reap_getpids()
203 struct proc *reap, *p2; in reap_getpids()
243 reap_kill_proc(struct thread *td, struct proc *p2, ksiginfo_t *ksi, in reap_kill_proc()
262 struct proc *parent;
269 reap_kill_sched(struct reap_kill_tracker_head *tracker, struct proc *p2) in reap_kill_sched()
279 reap_kill(struct thread *td, struct proc *p, struct procctl_reaper_kill *rk) in reap_kill()
281 struct proc *reap, *p2; in reap_kill()
339 trace_ctl(struct thread *td, struct proc *p, int state) in trace_ctl()
379 trace_status(struct thread *td, struct proc *p, int *data) in trace_status()
395 trapcap_ctl(struct thread *td, struct proc *p, int state) in trapcap_ctl()
414 trapcap_status(struct thread *td, struct proc *p, int *data) in trapcap_status()
423 protmax_ctl(struct thread *td, struct proc *p, int state) in protmax_ctl()
446 protmax_status(struct thread *td, struct proc *p, int *data) in protmax_status()
468 aslr_ctl(struct thread *td, struct proc *p, int state) in aslr_ctl()
492 aslr_status(struct thread *td, struct proc *p, int *data) in aslr_status()
524 stackgap_ctl(struct thread *td, struct proc *p, int state) in stackgap_ctl()
561 stackgap_status(struct thread *td, struct proc *p, int *data) in stackgap_status()
676 kern_procctl_single(struct thread *td, struct proc *p, int com, void *data) in kern_procctl_single()
722 struct proc *p; in kern_procctl()