Home
last modified time | relevance | path

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

/netbsd/sys/miscfs/deadfs/
H A Ddead_vnops.c174 if ((ap->a_vp->v_vflag & VV_ISTTY) == 0) in dead_read()
/netbsd/sys/sys/
H A Dvnode.h215 #define VV_ISTTY 0x00000004 /* vnode represents a tty */ macro
/netbsd/usr.sbin/pstat/
H A Dpstat.c389 { VV_ISTTY, 'I' },
/netbsd/sys/miscfs/specfs/
H A Dspec_vnops.c841 vp->v_vflag |= VV_ISTTY; in spec_open()