MCPcopy Create free account
hub / github.com/F-Stack/f-stack / device_is_quiet

Function device_is_quiet

freebsd/kern/subr_bus.c:2681–2685  ·  view source on GitHub ↗

* @brief Return non-zero if the DF_QUIET flag is set on the device */

Source from the content-addressed store, hash-verified

2679 * @brief Return non-zero if the DF_QUIET flag is set on the device
2680 */
2681int
2682device_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

Callers 2

device_attachFunction · 0.85
device_detachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected