X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_get_time.html?ds=sidebyside diff --git a/osfmk/man/host_get_time.html b/osfmk/man/host_get_time.html old mode 100755 new mode 100644 index 27002bf51..efd1840c1 --- a/osfmk/man/host_get_time.html +++ b/osfmk/man/host_get_time.html @@ -1 +1,38 @@ -

host_get_time


Function - Return the current time.

SYNOPSIS

#include< mach/mach_host.h>

kern_return_t   host_get_time
                (host_t                                    host,
                 time_value_t                      current_time);

PARAMETERS

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

current_time
[out structure] Returned time value.

DESCRIPTION

The host_get_time function returns the current time as seen by that host.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: host_adjust_time, host_set_time.

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

host_get_time

+
+

+Function - Return the current time. +

SYNOPSIS

+
+#include< mach/mach_host.h>
+
+kern_return_t   host_get_time
+                (host_t                                    host,
+                 time_value_t                      current_time);
+
+

PARAMETERS

+
+

+

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

+

current_time +
+[out structure] Returned time value. +
+

DESCRIPTION

+

+The host_get_time function returns the current time +as seen by that host. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +host_adjust_time, +host_set_time. +

+Data Structures: +time_value.