Searched refs:vnode_istty (Results 1 – 5 of 5) sorted by relevance
2473 int vnode_istty(vnode_t vp);
870 if (vnode_istty(vp) && (ap->a_command == TIOCREVOKE)) { in spec_ioctl()2894 if (vnode_istty(vp) && vnode_isrecycled(vp)) { in spec_close_internal()
6762 if (vnode_istty(vp)) { in vnode_getiocount()6845 if (vnode_istty(vp) && (flags & REVOKEALL) && (vp->v_iocount > 1)) { in vnode_reclaim_internal()
1949 vnode_istty(vnode_t vp) in vnode_istty() function
5154 if (vnode_istty(vp) && !(p->p_flag & P_CONTROLT) && in open1()6828 || vnode_istty(vp) in lseek()