Searched refs:VISTTY (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h234 #define VISTTY 0x000008 /* vnode represents a tty */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c860 if ((vp->v_flag & VISTTY)) {
H A Dsys_generic.c316 if (check_for_pread && (vp->v_flag & VISTTY)) {
540 if ((vp->v_flag & VISTTY)) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c1451 return ((vp->v_flag & VISTTY) ? 1 : 0);
H A Dvfs_subr.c4790 vp->v_flag |= VISTTY;

Completed in 121 milliseconds