xref: /freebsd/share/man/man9/BUS_PRINT_CHILD.9 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1cefd51ecSDoug Rabson.\" -*- nroff -*-
2cefd51ecSDoug Rabson.\"
3cefd51ecSDoug Rabson.\" Copyright (c) 1998 Doug Rabson
4cefd51ecSDoug Rabson.\"
5cefd51ecSDoug Rabson.\" All rights reserved.
6cefd51ecSDoug Rabson.\"
7cefd51ecSDoug Rabson.\" This program is free software.
8cefd51ecSDoug Rabson.\"
9cefd51ecSDoug Rabson.\" Redistribution and use in source and binary forms, with or without
10cefd51ecSDoug Rabson.\" modification, are permitted provided that the following conditions
11cefd51ecSDoug Rabson.\" are met:
12cefd51ecSDoug Rabson.\" 1. Redistributions of source code must retain the above copyright
13cefd51ecSDoug Rabson.\"    notice, this list of conditions and the following disclaimer.
14cefd51ecSDoug Rabson.\" 2. Redistributions in binary form must reproduce the above copyright
15cefd51ecSDoug Rabson.\"    notice, this list of conditions and the following disclaimer in the
16cefd51ecSDoug Rabson.\"    documentation and/or other materials provided with the distribution.
17cefd51ecSDoug Rabson.\"
18cefd51ecSDoug Rabson.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
19cefd51ecSDoug Rabson.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20cefd51ecSDoug Rabson.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21cefd51ecSDoug Rabson.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22cefd51ecSDoug Rabson.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23cefd51ecSDoug Rabson.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24cefd51ecSDoug Rabson.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25cefd51ecSDoug Rabson.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26cefd51ecSDoug Rabson.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27cefd51ecSDoug Rabson.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28cefd51ecSDoug Rabson.\"
29bb53ac43SGiorgos Keramidas.Dd January 6, 2005
30cefd51ecSDoug Rabson.Dt BUS_PRINT_CHILD 9
313d45e180SRuslan Ermilov.Os
32cefd51ecSDoug Rabson.Sh NAME
33cefd51ecSDoug Rabson.Nm BUS_PRINT_CHILD
34cefd51ecSDoug Rabson.Nd print information about a device
35cefd51ecSDoug Rabson.Sh SYNOPSIS
3632eef9aeSRuslan Ermilov.In sys/param.h
3732eef9aeSRuslan Ermilov.In sys/bus.h
3815317dd8SMatthew N. Dodd.Ft int
39cefd51ecSDoug Rabson.Fn BUS_PRINT_CHILD "device_t dev" "device_t child"
40cefd51ecSDoug Rabson.Sh DESCRIPTION
41bb53ac43SGiorgos KeramidasThe
42bb53ac43SGiorgos Keramidas.Fn BUS_PRINT_CHILD
43bb53ac43SGiorgos Keramidasmethod
44bb53ac43SGiorgos Keramidasis called from system code which prints out a description of a
45cd367b32SHiten Pandyadevice.
46cd367b32SHiten PandyaIt should describe the attachment that the child has with
47cd367b32SHiten Pandyathe parent.
48cd367b32SHiten PandyaFor instance the TurboLaser bus prints which node the
49cefd51ecSDoug Rabsondevice is attached to.
50878f9ca6SChris CostelloPlease see
51878f9ca6SChris Costello.Xr bus_generic_print_child 9
52878f9ca6SChris Costellofor more information regarding the proper formatting of the messages
53bb53ac43SGiorgos Keramidasprinted by
54bb53ac43SGiorgos Keramidas.Fn BUS_PRINT_CHILD .
559cbda590SRuslan Ermilov.Sh RETURN VALUES
569cbda590SRuslan ErmilovThe number of characters output.
57cefd51ecSDoug Rabson.Sh SEE ALSO
58cefd51ecSDoug Rabson.Xr device 9 ,
59def37e7cSMike Pritchard.Xr driver 9
60cefd51ecSDoug Rabson.Sh AUTHORS
6109356c84SHiten PandyaThis manual page was written by
62cefd51ecSDoug Rabson.An Doug Rabson .
63