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()
1351 KASSERT(dev->si_flags & SI_CLONELIST, in clone_create()
1378 if (dev->si_flags & SI_CLONELIST) { in clone_create()
1386 KASSERT(!(dev->si_flags & SI_CLONELIST), in clone_create()
1394 dev->si_flags |= SI_CLONELIST; in clone_create()
1418 KASSERT(dev->si_flags & SI_CLONELIST, in clone_cleanup()
1420 dev->si_flags &= ~SI_CLONELIST; in clone_cleanup()
1583 SI_FLAG(SI_CLONELIST); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dconf.h63 #define SI_CLONELIST 0x0200 /* on a clone list */ macro