summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/ofw_bus_status_okay.9 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/freebsd/man9/ofw_bus_status_okay.9 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/freebsd/man9/ofw_bus_status_okay.9 4.html')
-rw-r--r--static/freebsd/man9/ofw_bus_status_okay.9 4.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/static/freebsd/man9/ofw_bus_status_okay.9 4.html b/static/freebsd/man9/ofw_bus_status_okay.9 4.html
deleted file mode 100644
index 4134ab44..00000000
--- a/static/freebsd/man9/ofw_bus_status_okay.9 4.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">ofw_bus_status_okay(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">ofw_bus_status_okay(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">ofw_bus_get_status</code>,
- <code class="Nm">ofw_bus_status_okay</code>,
- <code class="Nm">ofw_bus_node_status_okay</code> &#x2014;
- <span class="Nd">check status of the device tree node</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">dev/ofw/openfirm.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">dev/ofw/ofw_bus.h</a>&gt;</code>
- <br/>
- <code class="In">#include
- &lt;<a class="In">dev/ofw/ofw_bus_subr.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">const char *</var>
- <br/>
- <code class="Fn">ofw_bus_get_status</code>(<var class="Fa" style="white-space: nowrap;">device_t
- dev</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">ofw_bus_status_okay</code>(<var class="Fa" style="white-space: nowrap;">device_t
- dev</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">ofw_bus_node_status_okay</code>(<var class="Fa" style="white-space: nowrap;">phandle_t
- node</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The &quot;status&quot; property of the device tree node indicates
- whether the device is enabled or not. Multiple hardware versions might be
- built using the same base System-on-Chip but with a different set of blocks
- enabled. It is common to use SoC device tree and only enable/disable device
- nodes for the derivative boards. The device tree node is considered enabled
- only if it has &quot;status&quot; property with the value set to either
- &quot;ok&quot; or &quot;okay&quot;.</p>
-<p class="Pp" id="ofw_bus_get_status"><a class="permalink" href="#ofw_bus_get_status"><code class="Fn">ofw_bus_get_status</code></a>()
- returns the value of the &quot;status&quot; property of the device tree node
- associated with the device <var class="Fa">dev</var>. If the node does not
- have &quot;status&quot; property or there is no node associated with the
- device the function returns NULL.</p>
-<p class="Pp" id="ofw_bus_status_okay"><a class="permalink" href="#ofw_bus_status_okay"><code class="Fn">ofw_bus_status_okay</code></a>()
- returns 1 if the device tree node associated with the device
- <var class="Fa">dev</var> has &quot;status&quot; property and its value is
- either &quot;ok&quot; or &quot;okay&quot;.</p>
-<p class="Pp" id="ofw_bus_node_status_okay"><a class="permalink" href="#ofw_bus_node_status_okay"><code class="Fn">ofw_bus_node_status_okay</code></a>()
- returns 1 if the device tree node <var class="Fa">node</var> has
- &quot;status&quot; property and its value is either &quot;ok&quot; or
- &quot;okay&quot;.</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">Oleksandr
- Tymoshenko</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 8, 2018</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>