GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BUS_GENERIC_DETACH(9) FreeBSD Kernel Developer's Manual BUS_GENERIC_DETACH(9)

bus_generic_detachgeneric implementation of DEVICE_DETACH for buses

#include <sys/param.h>
#include <sys/bus.h>

int
bus_generic_detach(device_t dev);

This function provides an implementation of the DEVICE_DETACH(9) method which can be used by most bus code. It uses bus_detach_children(9) to detach drivers from all child devices giving them a chance to veto the detach request. If () succeeds, () calls device_delete_children(9) to delete all child devices.

Zero is returned on success, otherwise an appropriate error is returned.

This manual page was written by Doug Rabson.

February 5, 2025 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 9 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.