Searched refs:SI_CHILD (Results 1 – 2 of 2) sorted by relevance
945 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()
61 #define SI_CHILD 0x0010 /* child of another struct cdev **/ macro