* @brief Return non-zero if the DF_QUIET flag is set on the device */
| 2679 | * @brief Return non-zero if the DF_QUIET flag is set on the device |
| 2680 | */ |
| 2681 | int |
| 2682 | device_is_quiet(device_t dev) |
| 2683 | { |
| 2684 | return ((dev->flags & DF_QUIET) != 0); |
| 2685 | } |
| 2686 | |
| 2687 | /** |
| 2688 | * @brief Return non-zero if the DF_ENABLED flag is set on the device |
no outgoing calls
no test coverage detected