freebsd man page for bus_child_deleted

Query: bus_child_deleted

OS: freebsd

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BUS_CHILD_DELETED(9)					   BSD Kernel Developer's Manual				      BUS_CHILD_DELETED(9)

NAME
BUS_CHILD_DELETED -- notify a bus device that a child is being deleted
SYNOPSIS
#include <sys/param.h> #include <sys/bus.h> void BUS_CHILD_DELETED(device_t dev, device_t child);
DESCRIPTION
The BUS_CHILD_DELETED() method is invoked by the new-bus framework when a device is deleted. A bus driver can provide an implementation of this method to release bus-specific resources associated with a device such as instance variables.
SEE ALSO
BUS_ADD_CHILD(9), device(9)
HISTORY
The BUS_CHILD_DELETED() method first appeared in FreeBSD 10.0.
BSD
August 21, 2012 BSD
Related Man Pages
bus_add_child(9) - debian
device_identify(9) - debian
device_identify(9) - linux
bus_add_child(9) - minix
device_identify(9) - hpux
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
The Whole Story on #! /usr/bin/ksh
Is UNIX an open source OS ?
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?
Controlling user input