X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/mach_host_self.html diff --git a/osfmk/man/mach_host_self.html b/osfmk/man/mach_host_self.html index 7294f4794..d1f884bd2 100755 --- 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.