Searched refs:textvp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/fs/procfs/
H A Dprocfs.c72 struct vnode *textvp; local
77 textvp = p->p_textvp;
78 vhold(textvp);
80 error = vn_fullpath(td, textvp, &fullpath, &freepath);
81 vdrop(textvp);
/freebsd-10.2-release/sys/kern/
H A Dkern_exec.c365 struct vnode *textvp = NULL, *binvp = NULL; local
778 textvp = p->p_textvp;
856 if (textvp != NULL)
857 vrele(textvp);
H A Dkern_descrip.c3421 struct vnode *cttyvp, *textvp, *tracevp; local
3435 textvp = p->p_textvp;
3436 if (textvp != NULL)
3437 vref(textvp);
3454 if (textvp != NULL)
3455 export_fd_to_sb(textvp, KF_TYPE_VNODE, KF_FD_TYPE_TEXT,

Completed in 101 milliseconds