Home
last modified time | relevance | path

Searched refs:vnode_istty (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dvnode.h2473 int vnode_istty(vnode_t vp);
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c870 if (vnode_istty(vp) && (ap->a_command == TIOCREVOKE)) { in spec_ioctl()
2894 if (vnode_istty(vp) && vnode_isrecycled(vp)) { in spec_close_internal()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_subr.c6762 if (vnode_istty(vp)) { in vnode_getiocount()
6845 if (vnode_istty(vp) && (flags & REVOKEALL) && (vp->v_iocount > 1)) { in vnode_reclaim_internal()
H A Dkpi_vfs.c1949 vnode_istty(vnode_t vp) in vnode_istty() function
H A Dvfs_syscalls.c5154 if (vnode_istty(vp) && !(p->p_flag & P_CONTROLT) && in open1()
6828 || vnode_istty(vp) in lseek()