Searched refs:cttyvp (Results 1 – 1 of 1) sorted by relevance
4649 struct vnode *cttyvp, *textvp, *tracevp; in kern_proc_filedesc_out() local4663 cttyvp = NULL; in kern_proc_filedesc_out()4665 cttyvp = p->p_pgrp->pg_session->s_ttyvp; in kern_proc_filedesc_out()4666 if (cttyvp != NULL) in kern_proc_filedesc_out()4667 vrefact(cttyvp); in kern_proc_filedesc_out()4687 if (error == 0 && cttyvp != NULL) in kern_proc_filedesc_out()4688 error = export_vnode_to_sb(cttyvp, KF_FD_TYPE_CTTY, in kern_proc_filedesc_out()