Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_conf.c188 if ((dev->si_flags & SI_ETERNAL) != 0) { in dev_refthread()
218 KASSERT((dev->si_flags & SI_ETERNAL) != 0, in devvn_refthread()
776 dev->si_flags |= SI_ETERNAL; in make_dev_credv()
1040 KASSERT((dev->si_flags & SI_ETERNAL) == 0, in destroy_devl()
1492 SI_FLAG(SI_ETERNAL); in DB_SHOW_COMMAND()
Dvfs_bio.c3777 KASSERT(((dev->si_flags & SI_ETERNAL) != 0 && csw != NULL) || in dev_strategy_csw()
/freebsd-9-stable/sys/sys/
Dconf.h57 #define SI_ETERNAL 0x0001 /* never destroyed */ macro
/freebsd-9-stable/sys/fs/devfs/
Ddevfs_vnops.c465 if ((dev->si_flags & SI_ETERNAL) != 0) in devfs_allocv()