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 @@ -
Function - Set the size of the target task's port name space table.
kern_return_t task_set_port_space (task_t task, int table_entries);
The task_set_port_space function preallocates the specified number of entries in the specified task's IPC name space.
Functions: mach_port_allocate. \ No newline at end of file +
+Function - Set the size of the target task's port name space table. +
+kern_return_t task_set_port_space + (task_t task, + int table_entries); ++
+
+
+The task_set_port_space function preallocates the specified number of +entries in the specified task's IPC name space. +
+
+Functions: +mach_port_allocate.