Searched refs:vnode_istty (Results 1 – 4 of 4) sorted by relevance
2465 int vnode_istty(vnode_t vp);
6718 if (vnode_istty(vp)) { in vnode_getiocount()6801 if (vnode_istty(vp) && (flags & REVOKEALL) && (vp->v_iocount > 1)) { in vnode_reclaim_internal()
1905 vnode_istty(vnode_t vp) in vnode_istty() function
4924 if (vnode_istty(vp) && !(p->p_flag & P_CONTROLT) && in open1()