X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/osfmk/man/mach_host_self.html diff --git a/osfmk/man/mach_host_self.html b/osfmk/man/mach_host_self.html old mode 100755 new mode 100644 index 7294f4794..d1f884bd2 --- a/osfmk/man/mach_host_self.html +++ b/osfmk/man/mach_host_self.html @@ -1 +1,28 @@ -

mach_host_self


System Trap - Returns the host self port

SYNOPSIS

host_name_port_t   mach_host_self( void );

PARAMETERS

None.

DESCRIPTION

The mach_host_self 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.

RETURN VALUES

[host-self send right] Send rights to the host's name port.

RELATED INFORMATION

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

mach_host_self

+
+

+System Trap - Returns the host self port +

SYNOPSIS

+
+host_name_port_t   mach_host_self( void );
+
+

PARAMETERS

+

+None. + +

DESCRIPTION

+

+The mach_host_self 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. + +

RETURN VALUES

+

+[host-self send right] Send rights to the host's name port. + +

RELATED INFORMATION

+

+Functions: +host_info, +task_set_special_port.