Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_conf.c945 cdev->si_flags |= SI_CHILD; in dev_dependsl()
1121 if (dev->si_flags & SI_CHILD) { in destroy_devl()
1123 dev->si_flags &= ~SI_CHILD; in destroy_devl()
1568 SI_FLAG(SI_CHILD); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dconf.h60 #define SI_CHILD 0x0010 /* child of another struct cdev **/ macro