Searched refs:cttyvp (Results 1 – 1 of 1) sorted by relevance
4918 struct vnode *cttyvp, *textvp, *tracevp; in kern_proc_filedesc_out() local4932 cttyvp = NULL; in kern_proc_filedesc_out()4934 cttyvp = p->p_pgrp->pg_session->s_ttyvp; in kern_proc_filedesc_out()4935 if (cttyvp != NULL) in kern_proc_filedesc_out()4936 vrefact(cttyvp); in kern_proc_filedesc_out()4956 if (error == 0 && cttyvp != NULL) in kern_proc_filedesc_out()4957 error = export_vnode_to_sb(cttyvp, KF_FD_TYPE_CTTY, in kern_proc_filedesc_out()