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_PRINT_CHILD — print information about a device

Authors

       This manual page was written by Doug Rabson.

Debian                                           January 6, 2005                              BUS_PRINT_CHILD(9)

Description

       The  BUS_PRINT_CHILD()  method is called from system code which prints out a description of a device.  It
       should describe the attachment that the child has with the  parent.   For  instance  the  TurboLaser  bus
       prints  which node the device is attached to.  Please see bus_generic_print_child(9) for more information
       regarding the proper formatting of the messages printed by BUS_PRINT_CHILD().

Name

       BUS_PRINT_CHILD — print information about a device

Return Values

       The number of characters output.

See Also

device(9), driver(9)

Synopsis

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

See Also