X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/host_page_size.html diff --git a/osfmk/man/host_page_size.html b/osfmk/man/host_page_size.html old mode 100755 new mode 100644 index 38fca4546..9472c2094 --- a/osfmk/man/host_page_size.html +++ b/osfmk/man/host_page_size.html @@ -1 +1,34 @@ -

host_page_size


Function - Provide the system's virtual page size.

SYNOPSIS

kern_return_t   host_page_size
                (host_t                                    host,
                 vm_size_t                            page_size);

PARAMETERS

host
[in host-name send right] The name (or control) port for the host for which the page size is desired.

page_size
[out scalar] The host's page size (in bytes).

DESCRIPTION

The host_page_size function returns the page size for the given host.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: mach_host_self. \ No newline at end of file +

host_page_size

+
+

+Function - Provide the system's virtual page size. +

SYNOPSIS

+
+kern_return_t   host_page_size
+                (host_t                                    host,
+                 vm_size_t                            page_size);
+
+

PARAMETERS

+
+

+

host +
+[in host-name send right] +The name (or control) port for the host for +which the page size is desired. +

+

page_size +
+[out scalar] +The host's page size (in bytes). +
+

DESCRIPTION

+

+The host_page_size function returns the page size for the given host. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +mach_host_self.