X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/norma_port_location_hint.html diff --git a/osfmk/man/norma_port_location_hint.html b/osfmk/man/norma_port_location_hint.html index 99ecc9217..f4c899ca1 100755 --- a/osfmk/man/norma_port_location_hint.html +++ b/osfmk/man/norma_port_location_hint.html @@ -1 +1,44 @@ -
Function - Guess a port's current location.
kern_return_t norma_port_location_hint (task_t task, mach_port_t name, int node);
The norma_port_location_hint function returns the best guess of name's current location. The hint is guaranteed to be a node where the port once was; it is guaranteed to be accurate if port has never moved. This can be used to determine residence node for hosts, tasks, threads, etc.
Only generic errors apply.
Functions: norma_task_create. \ No newline at end of file +
+Function - Guess a port's current location. +
+kern_return_t norma_port_location_hint + (task_t task, + mach_port_t name, + int node); ++
+
+
+
+The norma_port_location_hint function returns the best +guess of name's +current location. The hint is guaranteed to be a node where +the port once was; it is +guaranteed to be accurate if port has never moved. This can be used to +determine residence node for hosts, tasks, threads, etc. +
+Only generic errors apply. +
+Functions: +norma_task_create.