Searched refs:vnode_istty (Results 1 – 4 of 4) sorted by relevance
2473 int vnode_istty(vnode_t vp);
6762 if (vnode_istty(vp)) { in vnode_getiocount()6846 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()