logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BUS_CHILD_DELETED — notify a bus device that a child is being deleted

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.

History

       The BUS_CHILD_DELETED() method first appeared in FreeBSD 10.0.

Debian                                           August 21, 2012                            BUS_CHILD_DELETED(9)

Name

       BUS_CHILD_DELETED — notify a bus device that a child is being deleted

See Also

BUS_ADD_CHILD(9), device(9)

Synopsis

#include<sys/param.h>#include<sys/bus.h>voidBUS_CHILD_DELETED(device_tdev, device_tchild);

See Also