*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: BUS_CHILD_DETACHED | Section: 9 | Source: FreeBSD | File: BUS_CHILD_DETACHED.9.gz
BUS_CHILD_DETACHED(9) FreeBSD Kernel Developer's Manual BUS_CHILD_DETACHED(9) NAME BUS_CHILD_DETACHED - notify a bus device that a child was detached SYNOPSIS #include <sys/param.h> #include <sys/bus.h> void BUS_CHILD_DETACHED(device_t dev, device_t child); DESCRIPTION The BUS_CHILD_DETACHED() method is invoked by the new-bus framework after a device is detached or if a driver's attach routine (see DEVICE_ATTACH(9)) fails. A bus driver can provide an implementation of this method to reclaim any resources allocated on behalf of the child or to cleanup state not properly released by a DEVICE_DETACH(9) method. SEE ALSO device(9), DEVICE_DETACH(9) FreeBSD 14.1-RELEASE-p8 January 9, 2025 FreeBSD 14.1-RELEASE-p8

Navigation Options