summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/device_delete_children.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/device_delete_children.9 4.html')
-rw-r--r--static/freebsd/man9/device_delete_children.9 4.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/static/freebsd/man9/device_delete_children.9 4.html b/static/freebsd/man9/device_delete_children.9 4.html
deleted file mode 100644
index b5589441..00000000
--- a/static/freebsd/man9/device_delete_children.9 4.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DEVICE_DELETE_CHILDREN(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">DEVICE_DELETE_CHILDREN(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">device_delete_children</code> &#x2014;
- <span class="Nd">delete all child devices of a given device</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></p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">device_delete_children</code>(<var class="Fa" style="white-space: nowrap;">device_t
- dev</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="#device_delete_children"><code class="Fn" id="device_delete_children">device_delete_children</code></a>()
- function deletes all child devices of the given device
- <var class="Fa">dev</var>, if any, using the
- <a class="permalink" href="#device_delete_child"><code class="Fn" id="device_delete_child">device_delete_child</code></a>()
- function for each device it finds. If a child device cannot be deleted, this
- function will return an error code.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
- VALUES</a></h1>
-<p class="Pp">Zero is returned on success, a non-zero return value indicates
- failure.</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">device_delete_child(9)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">This manual page was written by <span class="An">Jeroen Ruigrok
- van der Werven</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">September 28, 2018</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>