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

/freebsd-9.3-release/sys/kern/
H A Dkern_conf.c186 if ((dev->si_flags & SI_ETERNAL) != 0) {
216 KASSERT((dev->si_flags & SI_ETERNAL) != 0,
774 dev->si_flags |= SI_ETERNAL;
1037 KASSERT((dev->si_flags & SI_ETERNAL) == 0,
1438 SI_FLAG(SI_ETERNAL);
H A Dvfs_bio.c3774 KASSERT(((dev->si_flags & SI_ETERNAL) != 0 && csw != NULL) ||
/freebsd-9.3-release/sys/sys/
H A Dconf.h57 #define SI_ETERNAL 0x0001 /* never destroyed */ macro
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c465 if ((dev->si_flags & SI_ETERNAL) != 0)

Completed in 60 milliseconds