]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/mach_host_self.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / mach_host_self.html
index 7294f4794fba983ed9dc2d080e67793505d0aea9..d1f884bd2a7f073f481934e4038b60b96b701f75 100755 (executable)
@@ -1 +1,28 @@
-<h2>mach_host_self</h2>\r<hr>\r<p>\r<strong>System Trap</strong> - Returns the host self port\r<h3>SYNOPSIS</h3>\r<pre>\rhost_name_port_t   mach_host_self( void );</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<p>\rNone.\r\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>mach_host_self</strong> function\rreturns send rights to the task's host self port.\rBy default, this is the name port for the current host\rbut can be a different value if so set.\r\r<h3>RETURN VALUES</h3>\r<p>\r[host-self send right] Send rights to the host's name port.\r\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_info.html"><strong>host_info</strong></a>,\r<a href="task_set_special_port.html"><strong>task_set_special_port</strong></a>.\r
\ No newline at end of file
+<h2>mach_host_self</h2>
+<hr>
+<p>
+<strong>System Trap</strong> - Returns the host self port
+<h3>SYNOPSIS</h3>
+<pre>
+host_name_port_t   mach_host_self( void );</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<p>
+None.
+
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>mach_host_self</strong> function
+returns send rights to the task's host self port.
+By default, this is the name port for the current host
+but can be a different value if so set.
+
+<h3>RETURN VALUES</h3>
+<p>
+[host-self send right] Send rights to the host's name port.
+
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_info.html"><strong>host_info</strong></a>,
+<a href="task_set_special_port.html"><strong>task_set_special_port</strong></a>.