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

/freebsd-11-stable/sys/kern/
H A Dkern_conf.c941 cdev->si_flags |= SI_CHILD;
1118 if (dev->si_flags & SI_CHILD) {
1120 dev->si_flags &= ~SI_CHILD;
1548 SI_FLAG(SI_CHILD);
/freebsd-11-stable/sys/sys/
H A Dconf.h61 #define SI_CHILD 0x0010 /* child of another struct cdev **/ macro

Completed in 58 milliseconds