Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h286 #define VISTTY 0x000008 /* vnode represents a tty */ macro
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c208 if (__improbable(vp->v_flag & VISTTY)) { in valid_for_random_access()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c1951 return (vp->v_flag & VISTTY) ? 1 : 0; in vnode_istty()
H A Dvfs_subr.c7166 vp->v_flag |= VISTTY; in vnode_create_internal()