Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_conf.c949 cdev->si_flags |= SI_CHILD; in dev_dependsl()
1125 if (dev->si_flags & SI_CHILD) { in destroy_devl()
1127 dev->si_flags &= ~SI_CHILD; in destroy_devl()
1559 SI_FLAG(SI_CHILD); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dconf.h63 #define SI_CHILD 0x0010 /* child of another struct cdev **/ macro