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 @@ -
Function - Return operator boot information.
kern_return_t host_get_boot_info (host_priv_t priv_host, kernel_boot_info_t boot_info);
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
Only generic errors apply.
Functions:
host_info.
\ No newline at end of file
+
+Function - Return operator boot information.
+
+
+
+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
+Only generic errors apply.
+
+Functions:
+host_info.
RETURN VALUES
RELATED INFORMATION
host_get_boot_info
+
+SYNOPSIS
+
+kern_return_t host_get_boot_info
+ (host_priv_t priv_host,
+ kernel_boot_info_t boot_info);
+
+PARAMETERS
+
+
+DESCRIPTION
+RETURN VALUES
+RELATED INFORMATION
+