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

Function device_enable

freebsd/kern/subr_bus.c:2593–2597  ·  view source on GitHub ↗

* @brief Set the DF_ENABLED flag for the device */

Source from the content-addressed store, hash-verified

2591 * @brief Set the DF_ENABLED flag for the device
2592 */
2593void
2594device_enable(device_t dev)
2595{
2596 dev->flags |= DF_ENABLED;
2597}
2598
2599/**
2600 * @brief Clear the DF_ENABLED flag for the device

Callers 1

devctl2_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected