X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..a991bd8d3e7fe02dbca0644054bab73c5b75324a:/osfmk/man/task_set_port_space.html diff --git a/osfmk/man/task_set_port_space.html b/osfmk/man/task_set_port_space.html old mode 100755 new mode 100644 index b1408ccfe..4dddda273 --- a/osfmk/man/task_set_port_space.html +++ b/osfmk/man/task_set_port_space.html @@ -1 +1,37 @@ -

task_set_port_space


Function - Set the size of the target task's port name space table.

SYNOPSIS

kern_return_t   task_set_port_space
                (task_t                                    task,
                 int                              table_entries);

PARAMETERS

task
[in send right] The port referencing the task whose port name space is to be set.

table_entries
[in scalar] The number of entries in the port name space table.

DESCRIPTION

The task_set_port_space function preallocates the specified number of entries in the specified task's IPC name space.

RETURN VALUES

KERN_NO_SPACE
The requested table size exceeds the maximum allowable table size.

RELATED INFORMATION

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

task_set_port_space

+
+

+Function - Set the size of the target task's port name space table. +

SYNOPSIS

+
+kern_return_t   task_set_port_space
+                (task_t                                    task,
+                 int                              table_entries);
+
+

PARAMETERS

+
+

+

task +
+[in send right] The port referencing the task whose port name space is +to be set. +

+

table_entries +
+[in scalar] The number of entries in the port name space table. +
+

DESCRIPTION

+

+The task_set_port_space function preallocates the specified number of +entries in the specified task's IPC name space. +

RETURN VALUES

+
+

+

KERN_NO_SPACE +
+The requested table size exceeds the maximum allowable table size. +
+

RELATED INFORMATION

+

+Functions: +mach_port_allocate.