X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_reboot.html diff --git a/osfmk/man/host_reboot.html b/osfmk/man/host_reboot.html old mode 100755 new mode 100644 index 7a7fa6159..db320557a --- a/osfmk/man/host_reboot.html +++ b/osfmk/man/host_reboot.html @@ -1 +1,35 @@ -

host_reboot


Function - Reboot this host.

SYNOPSIS

kern_return_t   host_reboot
                (host_priv_t                          host_priv,
                 int                                    options);

PARAMETERS

host_priv
[in host-control send right] The control port the host to be re-booted.

options
[in scalar] Reboot options. See \*L\*O for details.

DESCRIPTION

The host_reboot function reboots the specified host.

NOTES

If successful, this call will not return.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

None. \ No newline at end of file +

host_reboot

+
+

+Function - Reboot this host. +

SYNOPSIS

+
+kern_return_t   host_reboot
+                (host_priv_t                          host_priv,
+                 int                                    options);
+
+

PARAMETERS

+
+

+

host_priv +
+[in host-control send right] +The control port the host to be re-booted. +

+

options +
+[in scalar] +Reboot options. See \*L\*O for details. +
+

DESCRIPTION

+

+The host_reboot function reboots the specified host. +

NOTES

+

+If successful, this call will not return. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+None.