X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..refs/heads/master:/osfmk/man/host_processors.html diff --git a/osfmk/man/host_processors.html b/osfmk/man/host_processors.html old mode 100755 new mode 100644 index 4f0d57a13..bd7c77baa --- a/osfmk/man/host_processors.html +++ b/osfmk/man/host_processors.html @@ -1 +1,46 @@ -

host_processors


Function - Return a list of send rights representing all processor ports.

SYNOPSIS

kern_return_t   host_processors
                (host_t                               host_priv,
                 processor_port_array_t          processor_list,
                 host_priv                      processor_count);

PARAMETERS

host_priv
[in host-control send right] The control port for the desired host.

processor_list
[out pointer to dynamic array of processor send rights] The set of processors existing on host_priv; no particular order is guaranteed.

processor_count
[out scalar] The number of ports returned in processor_list.

DESCRIPTION

The host_processors function returns an array of send right ports for each processor existing on host_priv.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: processor_start, processor_exit, processor_info, processor_control, host_processor_slots. \ No newline at end of file +

host_processors

+
+

+Function - Return a list of send rights representing all processor ports. +

SYNOPSIS

+
+kern_return_t   host_processors
+                (host_t                               host_priv,
+                 processor_port_array_t          processor_list,
+                 host_priv                      processor_count);
+
+

PARAMETERS

+
+

+

host_priv +
+[in host-control send right] +The control port for the desired host. +

+

processor_list +
+[out pointer to dynamic array of processor send rights] +The set of +processors existing on host_priv; no particular order is guaranteed. +

+

processor_count +
+[out scalar] +The number of ports returned in processor_list. +
+

DESCRIPTION

+

+The host_processors function returns an array of send +right ports for each +processor existing on host_priv. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +processor_start, +processor_exit, +processor_info, +processor_control, +host_processor_slots.