]>
Commit | Line | Data |
---|---|---|
9bccf70c | 1 | <h2>host_reboot</h2>\r<hr>\r<p>\r<strong>Function</strong> - Reboot this host.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t host_reboot</strong>\r <strong>(host_priv_t</strong> <var>host_priv</var>,\r <strong>int</strong> <var>options</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>host_priv</var> \r<dd>\r[in host-control send right]\rThe control port the host to be re-booted.\r<p>\r<dt> <var>options</var> \r<dd>\r[in scalar]\rReboot options. See \*L<mach/host_reboot.h>\*O for details.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_reboot</strong> function reboots the specified host.\r<h3>NOTES</h3>\r<p>\rIf successful, this call will not return.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rNone.\r |