BUS_PRINT_CHILD — print information about a device
Contents
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);
