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

/freebsd-12-stable/sys/kern/
H A Dkern_conf.c185 if ((dev->si_flags & SI_ETERNAL) != 0) {
215 KASSERT((dev->si_flags & SI_ETERNAL) != 0,
820 dev->si_flags |= SI_ETERNAL;
1104 KASSERT((dev->si_flags & SI_ETERNAL) == 0,
1558 SI_FLAG(SI_ETERNAL);
/freebsd-12-stable/sys/sys/
H A Dconf.h59 #define SI_ETERNAL 0x0001 /* never destroyed */ macro
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_vnops.c490 if ((dev->si_flags & SI_ETERNAL) != 0)

Completed in 117 milliseconds