X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/host_set_time.html diff --git a/osfmk/man/host_set_time.html b/osfmk/man/host_set_time.html index cbe6cf580..45ad2019a 100755 --- a/osfmk/man/host_set_time.html +++ b/osfmk/man/host_set_time.html @@ -1 +1,37 @@ -

host_set_time


Function - Sets the time.

SYNOPSIS

#include< mach/mach_host.h>

kern_return_t   host_set_time
                (host_priv_t                          host_priv,
                 time_value_t                          new_time);

PARAMETERS

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

new_time
[in structure] Time to be set.

DESCRIPTION

The host_set_time function establishes the time on the specified host.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: host_adjust_time, host_get_time.

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

host_set_time

+
+

+Function - Sets the time. +

SYNOPSIS

+
+#include< mach/mach_host.h>
+
+kern_return_t   host_set_time
+                (host_priv_t                          host_priv,
+                 time_value_t                          new_time);
+
+

PARAMETERS

+
+

+

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

+

new_time +
+[in structure] Time to be set. +
+

DESCRIPTION

+

+The host_set_time function establishes the time on the specified host. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +host_adjust_time, +host_get_time. +

+Data Structures: +time_value.