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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h250 #define VISTTY 0x000008 /* vnode represents a tty */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c322 if (check_for_pread && (vp->v_flag & VISTTY)) {
533 if ((vp->v_flag & VISTTY)) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1684 return ((vp->v_flag & VISTTY) ? 1 : 0);
H A Dvfs_subr.c4617 vp->v_flag |= VISTTY;

Completed in 103 milliseconds