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

/freebsd-12-stable/sys/sys/
H A Dconf.h63 #define SI_CHILD 0x0010 /* child of another struct cdev **/ macro
/freebsd-12-stable/sys/kern/
H A Dkern_conf.c948 cdev->si_flags |= SI_CHILD;
1125 if (dev->si_flags & SI_CHILD) {
1127 dev->si_flags &= ~SI_CHILD;
1561 SI_FLAG(SI_CHILD);

Completed in 116 milliseconds