Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
821 dev->si_flags |= SI_ETERNAL; in make_dev_sv()
1104 KASSERT((dev->si_flags & SI_ETERNAL) == 0, in destroy_devl()
1556 SI_FLAG(SI_ETERNAL); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dconf.h59 #define SI_ETERNAL 0x0001 /* never destroyed */ macro