]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/host_adjust_time.html
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / man / host_adjust_time.html
old mode 100755 (executable)
new mode 100644 (file)
index 8912859..32cbb99
@@ -1 +1,42 @@
-<h2>host_adjust_time</h2>\r<hr>\r<p>\r<strong>Function</strong> - Gradually change the time.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>#include&lt mach/mach_host.h&gt</strong>\r\r<strong>kern_return_t   host_adjust_time</strong>\r                <strong>(host_priv_t</strong>                          <var>host_priv</var>,\r                 <strong>time_value_t</strong>                    <var>new_adjustment</var>,\r                 <strong>time_value_t</strong>                    <var>old_adjustment</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>host_priv</var>\r<dd>\r[in host-control port] The control port the host for which the time is to be set.\r<p>\r<dt> <var>new_adjustment</var>\r<dd>\r[in structure] New adjustment value.\r<p>\r<dt> <var>old_adjustment</var>\r<dd>\r[out structure] Old adjustment value.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_adjust_time</strong> function arranges for the time on a specified host to be gradually changed by an adjustment value.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_get_time.html"><strong>host_get_time</strong></a>,\r<a href="host_set_time.html"><strong>host_set_time</strong></a>.\r<p>\rData Structures:\rtime_value.\r
\ No newline at end of file
+<h2>host_adjust_time</h2>
+<hr>
+<p>
+<strong>Function</strong> - Gradually change the time.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>#include&lt mach/mach_host.h&gt</strong>
+
+<strong>kern_return_t   host_adjust_time</strong>
+                <strong>(host_priv_t</strong>                          <var>host_priv</var>,
+                 <strong>time_value_t</strong>                    <var>new_adjustment</var>,
+                 <strong>time_value_t</strong>                    <var>old_adjustment</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>host_priv</var>
+<dd>
+[in host-control port] The control port the host for which the time is to be set.
+<p>
+<dt> <var>new_adjustment</var>
+<dd>
+[in structure] New adjustment value.
+<p>
+<dt> <var>old_adjustment</var>
+<dd>
+[out structure] Old adjustment value.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>host_adjust_time</strong> function arranges for the time on a specified host to be gradually changed by an adjustment value.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_get_time.html"><strong>host_get_time</strong></a>,
+<a href="host_set_time.html"><strong>host_set_time</strong></a>.
+<p>
+Data Structures:
+time_value.