]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/host_get_boot_info.html
xnu-792.12.6.tar.gz
[apple/xnu.git] / osfmk / man / host_get_boot_info.html
index e86db863d67e49e34ccef156342b11c3992365cb..3b5c653064cda21f48044482d62f84bc9a19f3a1 100755 (executable)
@@ -1 +1,37 @@
-<h2>host_get_boot_info</h2>\r<hr>\r<p>\r<strong>Function</strong> - Return operator boot information.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t   host_get_boot_info</strong>\r                <strong>(host_priv_t</strong>                          <var>priv_host</var>,\r                 <strong>kernel_boot_info_t</strong>                   <var>boot_info</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>priv_host</var> \r<dd>\r[in host-control send right]\rThe control port for the host for which\rinformation is to be obtained.\r<p>\r<dt> <var>boot_info</var> \r<dd>\r[out array of char]\rCharacter string providing the operator boot info\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_get_boot_info</strong> function returns the boot-time information \rstring supplied by the operator when <var>priv_host</var> was initialized.  \rThe constant <strong>KERNEL_BOOT_INFO_MAX</strong> (in \*L<mach/host_info.h>\*O) \rshould be used to dimension storage for the returned string.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_info.html"><strong>host_info</strong></a>.\r
\ No newline at end of file
+<h2>host_get_boot_info</h2>
+<hr>
+<p>
+<strong>Function</strong> - Return operator boot information.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t   host_get_boot_info</strong>
+                <strong>(host_priv_t</strong>                          <var>priv_host</var>,
+                 <strong>kernel_boot_info_t</strong>                   <var>boot_info</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>priv_host</var> 
+<dd>
+[in host-control send right]
+The control port for the host for which
+information is to be obtained.
+<p>
+<dt> <var>boot_info</var> 
+<dd>
+[out array of char]
+Character string providing the operator boot info
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>host_get_boot_info</strong> function returns the boot-time information 
+string supplied by the operator when <var>priv_host</var> was initialized.  
+The constant <strong>KERNEL_BOOT_INFO_MAX</strong> (in \*L<mach/host_info.h>\*O) 
+should be used to dimension storage for the returned string.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_info.html"><strong>host_info</strong></a>.