Home
last modified time | relevance | path

Searched refs:s_ttyvp (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c264 vp = (p->p_flag & P_CONTROLT ? sessp->s_ttyvp : NULLVP); in cttyvp()
H A Dsubr_prf.c195 if ((p->p_flag & P_CONTROLT) && sessp->s_ttyvp) { in tprintf_open()
H A Dkern_fork.c1134 if (pg->pg_session->s_ttyvp != NULL && parent_proc->p_flag & P_CONTROLT) { in forkproc()
H A Dkern_exit.c2321 if (sessp->s_ttyvp != NULLVP) { in proc_exit()
2352 ttyvp = sessp->s_ttyvp; in proc_exit()
H A Dkern_proc.c2195 vnode_t ttyvp = procsp->s_ttyvp; in proc_gettty()
2680 sessp->s_ttyvp = NULLVP; in session_clear_tty_locked()
H A Dtty.c1492 if (sessp->s_ttyvp || tp->t_session) { in ttioctl_locked()
H A Dkern_sysctl.c1032 if (sessp->s_ttyvp) { in fill_user32_eproc()
1089 if (sessp->s_ttyvp) { in fill_user64_eproc()
H A Dproc_info.c746 if (pg->pg_session->s_ttyvp) { in proc_pidbsdinfo()
/xnu-12377.41.6/bsd/dev/dtrace/scripts/
H A Ddarwin.d210 pr_ttydev = (P->p_pgrp.__smr_ptr->pg_session->s_ttyvp == NULL) ? (dev_t)-1 :
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h143 struct vnode *s_ttyvp; /* (SL) Vnode of controlling terminal */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1815 ttyvp = sessp->s_ttyvp; in vn_ioctl()
1816 sessp->s_ttyvp = vp; in vn_ioctl()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2815 if (vp == sessp->s_ttyvp && vcount(vp) == 1) { in spec_close_internal()
2820 if (vp == sessp->s_ttyvp) { in spec_close_internal()