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.