Home
last modified time | relevance | path

Searched refs:p_textdvp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_fork.c533 p2->p_textdvp = p1->p_textdvp; in do_fork()
561 if (p2->p_textdvp != NULL) in do_fork()
562 vrefact(p2->p_textdvp); in do_fork()
H A Dkern_exit.c433 if (p->p_textdvp != NULL) { in exit1()
434 vrele(p->p_textdvp); in exit1()
435 p->p_textdvp = NULL; in exit1()
H A Dkern_exec.c887 oldtextdvp = p->p_textdvp; in do_execve()
888 p->p_textdvp = newtextdvp; in do_execve()
H A Dkern_proc.c2286 dvp = p->p_textdvp; in proc_get_binpath()
/freebsd/sys/sys/
H A Dproc.h702 struct vnode *p_textdvp; /* (b) Dir containing textvp. */ member