NAME

BUS_CHILD_DELETEDnotify 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.

Recommended readings

Pages related to BUS_CHILD_DELETED you should read also:

Questions & Answers

Helpful answers and articles about BUS_CHILD_DELETED you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search