Man Page: bus_child_deleted
Operating Environment: freebsd
Section: 9
BUS_CHILD_DELETED(9) BSD Kernel Developer's Manual BUS_CHILD_DELETED(9)NAMEBUS_CHILD_DELETED -- notify a bus device that a child is being deletedSYNOPSIS#include <sys/param.h> #include <sys/bus.h> void BUS_CHILD_DELETED(device_t dev, device_t child);DESCRIPTIONThe 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 ALSOBUS_ADD_CHILD(9), device(9)HISTORYThe BUS_CHILD_DELETED() method first appeared in FreeBSD 10.0.BSDAugust 21, 2012 BSD
| Related Man Pages |
|---|
| bus_add_child(9) - debian |
| bus_add_child(9) - freebsd |
| bus_add_child(9) - linux |
| bus_add_child(9) - osx |
| bus_add_child(9) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| The Whole Story on #! /usr/bin/ksh |
| FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick |
| Is UNIX an open source OS ? |
| A simple UNIXtime component in Vue.js |