Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_conf.c1131 if (dev->si_flags & SI_CLONELIST) { in destroy_devl()
1133 dev->si_flags &= ~SI_CLONELIST; in destroy_devl()
1338 KASSERT(dev->si_flags & SI_CLONELIST, in clone_create()
1365 if (dev->si_flags & SI_CLONELIST) { in clone_create()
1373 KASSERT(!(dev->si_flags & SI_CLONELIST), in clone_create()
1381 dev->si_flags |= SI_CLONELIST; in clone_create()
1405 KASSERT(dev->si_flags & SI_CLONELIST, in clone_cleanup()
1407 dev->si_flags &= ~SI_CLONELIST; in clone_cleanup()
1570 SI_FLAG(SI_CLONELIST); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dconf.h62 #define SI_CLONELIST 0x0200 /* on a clone list */ macro