X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_get_boot_info.html diff --git a/osfmk/man/host_get_boot_info.html b/osfmk/man/host_get_boot_info.html old mode 100755 new mode 100644 index e86db863d..3b5c65306 --- a/osfmk/man/host_get_boot_info.html +++ b/osfmk/man/host_get_boot_info.html @@ -1 +1,37 @@ -

host_get_boot_info


Function - Return operator boot information.

SYNOPSIS

kern_return_t   host_get_boot_info
                (host_priv_t                          priv_host,
                 kernel_boot_info_t                   boot_info);

PARAMETERS

priv_host
[in host-control send right] The control port for the host for which information is to be obtained.

boot_info
[out array of char] Character string providing the operator boot info

DESCRIPTION

The host_get_boot_info function returns the boot-time information string supplied by the operator when priv_host was initialized. The constant KERNEL_BOOT_INFO_MAX (in \*L\*O) should be used to dimension storage for the returned string.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: host_info. \ No newline at end of file +

host_get_boot_info

+
+

+Function - Return operator boot information. +

SYNOPSIS

+
+kern_return_t   host_get_boot_info
+                (host_priv_t                          priv_host,
+                 kernel_boot_info_t                   boot_info);
+
+

PARAMETERS

+
+

+

priv_host +
+[in host-control send right] +The control port for the host for which +information is to be obtained. +

+

boot_info +
+[out array of char] +Character string providing the operator boot info +
+

DESCRIPTION

+

+The host_get_boot_info function returns the boot-time information +string supplied by the operator when priv_host was initialized. +The constant KERNEL_BOOT_INFO_MAX (in \*L\*O) +should be used to dimension storage for the returned string. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +host_info.