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

Function devremoved

freebsd/kern/subr_bus.c:775–779  ·  view source on GitHub ↗

* A device was removed from the tree. We are called just before this * happens. */

Source from the content-addressed store, hash-verified

773 * happens.
774 */
775static void
776devremoved(device_t dev)
777{
778 devaddq("-", device_get_nameunit(dev), dev);
779}
780
781/*
782 * Called when there's no match for this device. This is only called

Callers 1

device_detachFunction · 0.85

Calls 2

devaddqFunction · 0.85
device_get_nameunitFunction · 0.85

Tested by

no test coverage detected