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

/freebsd-10.1-release/sys/kern/
H A Dsubr_bus.c130 #define DF_ENABLED 0x01 /* device should be probed/attached */ macro
1775 dev->flags = DF_ENABLED;
2536 * @brief Set the DF_ENABLED flag for the device
2541 dev->flags |= DF_ENABLED;
2545 * @brief Clear the DF_ENABLED flag for the device
2550 dev->flags &= ~DF_ENABLED;
2615 * @brief Return non-zero if the DF_ENABLED flag is set on the device
2620 return ((dev->flags & DF_ENABLED) != 0);
2753 if (!(dev->flags & DF_ENABLED)) {
4707 (dev->flags&DF_ENABLED
[all...]

Completed in 108 milliseconds