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

Function device_verbose

freebsd/kern/subr_bus.c:2663–2667  ·  view source on GitHub ↗

* @brief Clear the DF_QUIET flag for the device */

Source from the content-addressed store, hash-verified

2661 * @brief Clear the DF_QUIET flag for the device
2662 */
2663void
2664device_verbose(device_t dev)
2665{
2666 dev->flags &= ~DF_QUIET;
2667}
2668
2669/**
2670 * @brief Return non-zero if the DF_QUIET_CHIDLREN flag is set on the device

Callers 2

device_probe_childFunction · 0.85
device_detachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected