Searched refs:cttyvp (Results 1 – 2 of 2) sorted by relevance
52 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro58 struct vnode *ttyvp = cttyvp(l->l_proc); in cttyopen()86 struct vnode *ttyvp = cttyvp(curproc); in cttyread()101 struct vnode *ttyvp = cttyvp(curproc); in cttywrite()116 struct vnode *ttyvp = cttyvp(l->l_proc); in cttyioctl()140 struct vnode *ttyvp = cttyvp(l->l_proc); in cttypoll()152 struct vnode *ttyvp = cttyvp(p); in cttykqfilter()
69 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro210 struct vnode *ttyvp = cttyvp(p); in fdesc_lookup()595 if (cttyvp(curproc) == NULL) in fdesc_readdir()