Searched refs:p_procdesc (Results 1 – 4 of 4) sorted by relevance
216 p->p_procdesc = pd; in procdesc_new()290 KASSERT(p->p_procdesc != NULL, ("procdesc_exit: p_procdesc NULL")); in procdesc_exit()292 pd = p->p_procdesc; in procdesc_exit()310 p->p_procdesc = NULL; in procdesc_exit()333 KASSERT(p->p_procdesc != NULL, ("procdesc_reap: p_procdesc == NULL")); in procdesc_reap()335 pd = p->p_procdesc; in procdesc_reap()337 p->p_procdesc = NULL; in procdesc_reap()390 p->p_procdesc = NULL; in procdesc_close()
639 if (p->p_procdesc == NULL || procdesc_exit(p)) { in exit1()979 if (p->p_procdesc != NULL) in proc_reap()1057 if (p->p_procdesc == NULL || in proc_to_reap()1336 if (IN_CAPABILITY_MODE(td) && p->p_procdesc != NULL) { in kern_wait6()
746 procdesc_finit(p2->p_procdesc, fp_procdesc); in do_fork()
716 struct procdesc *p_procdesc; /* (e) Process descriptor, if any. */ member