summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html')
-rw-r--r--static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html b/static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html
deleted file mode 100644
index 64f10140..00000000
--- a/static/freebsd/man9/BUS_CHILD_LOCATION.9 4.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">BUS_CHILD_LOCATION(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">BUS_CHILD_LOCATION(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">BUS_CHILD_LOCATION</code> &#x2014;
- <span class="Nd">obtain the location of a child on the bus.</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/param.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/bus.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/sbuf.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">BUS_CHILD_LOCATION</code>(<var class="Fa" style="white-space: nowrap;">device_t
- dev</var>, <var class="Fa" style="white-space: nowrap;">device_t
- child</var>, <var class="Fa" style="white-space: nowrap;">struct sbuf
- *sb</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The
- <a class="permalink" href="#BUS_CHILD_LOCATION"><code class="Fn" id="BUS_CHILD_LOCATION">BUS_CHILD_LOCATION</code></a>()
- method returns the location of the <code class="Dv">child</code> device.
- This location is a series of key=value pairs. The string must be formatted
- as a space-separated list of key=value pairs. Names may only contain
- alphanumeric characters, underscores ('_') and hyphens ('-'). Values can
- contain any non-whitespace characters. Values containing whitespace can be
- quoted with double quotes ('&quot;'). Double quotes and backslashes in
- quoted values can be escaped with backslashes ('&#x00B4;).</p>
-<p class="Pp">The location is defined as a series of characteristics of the
- <code class="Dv">child</code> device that can be used to locate that device
- independent of what drivers are attached. Typically, these are slot numbers,
- bus addresses, or some topology formation. Where possible, buses are
- encouraged to provide locations that are stable from boot to boot and when
- other devices are added or removed. A location is not dependent on the kind
- of device at that location.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">bus(9)</a>, <a class="Xr">device(9)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 22, 2021</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>