X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/host_adjust_time.html diff --git a/osfmk/man/host_adjust_time.html b/osfmk/man/host_adjust_time.html old mode 100755 new mode 100644 index 8912859af..32cbb9923 --- a/osfmk/man/host_adjust_time.html +++ b/osfmk/man/host_adjust_time.html @@ -1 +1,42 @@ -

host_adjust_time


Function - Gradually change the time.

SYNOPSIS

#include< mach/mach_host.h>

kern_return_t   host_adjust_time
                (host_priv_t                          host_priv,
                 time_value_t                    new_adjustment,
                 time_value_t                    old_adjustment);

PARAMETERS

host_priv
[in host-control port] The control port the host for which the time is to be set.

new_adjustment
[in structure] New adjustment value.

old_adjustment
[out structure] Old adjustment value.

DESCRIPTION

The host_adjust_time function arranges for the time on a specified host to be gradually changed by an adjustment value.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: host_get_time, host_set_time.

Data Structures: time_value. \ No newline at end of file +

host_adjust_time

+
+

+Function - Gradually change the time. +

SYNOPSIS

+
+#include< mach/mach_host.h>
+
+kern_return_t   host_adjust_time
+                (host_priv_t                          host_priv,
+                 time_value_t                    new_adjustment,
+                 time_value_t                    old_adjustment);
+
+

PARAMETERS

+
+

+

host_priv +
+[in host-control port] The control port the host for which the time is to be set. +

+

new_adjustment +
+[in structure] New adjustment value. +

+

old_adjustment +
+[out structure] Old adjustment value. +
+

DESCRIPTION

+

+The host_adjust_time function arranges for the time on a specified host to be gradually changed by an adjustment value. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +host_get_time, +host_set_time. +

+Data Structures: +time_value.