X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..440d4c6cfad24426bfddca7518f16c17f4e443f7:/osfmk/man/host_processor_set_priv.html diff --git a/osfmk/man/host_processor_set_priv.html b/osfmk/man/host_processor_set_priv.html index c8ec25271..bb5375ba2 100755 --- a/osfmk/man/host_processor_set_priv.html +++ b/osfmk/man/host_processor_set_priv.html @@ -1 +1,48 @@ -

host_processor_set_priv


Function - Translate a processor set name port into a processor set control port.

SYNOPSIS

kern_return_t   host_processor_set_priv
                (host_priv_t                          host_priv,
                 processor_set_name_t                  set_name,
                 processor_set_t                  processor_set);

PARAMETERS

host_priv
[in host-control send right] The control port for the host for which the processor set is desired.

set_name
[in processor-set-name send right] The name port for the processor set desired.

processor_set
[out processor-set-control send right] The returned processor set control port.

DESCRIPTION

The host_processor_set_priv function returns send rights for the control port for a specified processor set currently existing on host_priv.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: host_processor_sets, processor_set_create, processor_set_tasks, processor_set_threads. \ No newline at end of file +

host_processor_set_priv

+
+

+Function - Translate a processor set name port + into a processor set control port. +

SYNOPSIS

+
+kern_return_t   host_processor_set_priv
+                (host_priv_t                          host_priv,
+                 processor_set_name_t                  set_name,
+                 processor_set_t                  processor_set);
+
+

PARAMETERS

+
+

+

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

+

set_name +
+[in processor-set-name send right] +The name port for the processor set +desired. +

+

processor_set +
+[out processor-set-control send right] +The returned processor set +control port. +
+

DESCRIPTION

+

+The host_processor_set_priv function returns send rights +for the control port +for a specified processor set currently existing on host_priv. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +host_processor_sets, +processor_set_create, +processor_set_tasks, +processor_set_threads.