Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_conf.c1135 if (dev->si_flags & SI_CLONELIST) { in destroy_devl()
1137 dev->si_flags &= ~SI_CLONELIST; in destroy_devl()
1342 KASSERT(dev->si_flags & SI_CLONELIST, in clone_create()
1369 if (dev->si_flags & SI_CLONELIST) { in clone_create()
1377 KASSERT(!(dev->si_flags & SI_CLONELIST), in clone_create()
1385 dev->si_flags |= SI_CLONELIST; in clone_create()
1409 KASSERT(dev->si_flags & SI_CLONELIST, in clone_cleanup()
1411 dev->si_flags &= ~SI_CLONELIST; in clone_cleanup()
1561 SI_FLAG(SI_CLONELIST); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dconf.h65 #define SI_CLONELIST 0x0200 /* on a clone list */ macro