Home
last modified time | relevance | path

Searched refs:SI_ETERNAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_conf.c185 if ((dev->si_flags & SI_ETERNAL) != 0) { in dev_refthread()
216 KASSERT((dev->si_flags & SI_ETERNAL) != 0, in devvn_refthread()
817 dev->si_flags |= SI_ETERNAL; in make_dev_sv()
1100 KASSERT((dev->si_flags & SI_ETERNAL) == 0, in destroy_devl()
1565 SI_FLAG(SI_ETERNAL); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dconf.h57 #define SI_ETERNAL 0x0001 /* never destroyed */ macro
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c603 if ((dev->si_flags & SI_ETERNAL) != 0) in devfs_allocv()