Home
last modified time | relevance | path

Searched refs:procdesc_exit (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dprocdesc.h98 int procdesc_exit(struct proc *);
/f-stack/freebsd/kern/
H A Dsys_procdesc.c287 procdesc_exit(struct proc *p) in procdesc_exit() function
H A Dkern_exit.c601 if (p->p_procdesc == NULL || procdesc_exit(p)) { in exit1()