Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_conf.c186 if ((dev->si_flags & SI_ETERNAL) != 0) { in dev_refthread()
217 KASSERT((dev->si_flags & SI_ETERNAL) != 0, in devvn_refthread()
818 dev->si_flags |= SI_ETERNAL; in make_dev_sv()
1101 KASSERT((dev->si_flags & SI_ETERNAL) == 0, in destroy_devl()
1566 SI_FLAG(SI_ETERNAL); in DB_SHOW_COMMAND()
/freebsd-14-stable/sys/sys/
HDconf.h58 #define SI_ETERNAL 0x0001 /* never destroyed */ macro
/freebsd-14-stable/sys/fs/devfs/
HDdevfs_vnops.c605 if ((dev->si_flags & SI_ETERNAL) != 0) in devfs_allocv()