Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDvnode.h246 #define VV_ETERNALDEV 0x0008 /* device that is never destroyed */ macro
/NextBSD/sys/kern/
HDkern_conf.c215 if ((vp->v_vflag & VV_ETERNALDEV) != 0) { in devvn_refthread()
HDvfs_subr.c3272 if (vp->v_vflag & VV_ETERNALDEV) in vn_printf()
3292 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
/NextBSD/sys/fs/devfs/
HDdevfs_vnops.c497 vp->v_vflag |= VV_ETERNALDEV; in devfs_allocv()