Lines Matching refs:ports

178 		/* inherit registered ports */
184 /* inherit exception and bootstrap ports */
328 /* destroy the kernel ports */
488 * Both the thread port and its exception ports have
712 * special ports.
759 * Changes one of the thread's special ports,
814 * special ports.
879 * Changes one of the task's special ports,
935 /* do not allow overwrite of seatbelt or task access ports */
984 ipc_port_t ports[TASK_PORT_REGISTER_MAX];
996 ports[i] = memory[i];
998 ports[i] = IP_NULL;
1015 task->itk_registered[i] = ports[i];
1016 ports[i] = old;
1022 if (IP_VALID(ports[i]))
1023 ipc_port_release_send(ports[i]);
1059 ipc_port_t *ports;
1079 ports = (ipc_port_t *) memory;
1087 ports[i] = ipc_port_copy_send(task->itk_registered[i]);
1091 *portsp = (mach_port_array_t) ports;
1614 * The old ports, behavior and flavors are returned
1616 * the number of returned ports etc. on output. The
1643 exception_port_array_t ports,
1687 if ( thread->exc_actions[i].port == ports[j] &&
1697 ports[j] = ipc_port_copy_send(thread->exc_actions[i].port);
1739 exception_port_array_t ports,
1783 if ( task->exc_actions[i].port == ports[j] &&
1793 ports[j] = ipc_port_copy_send(task->exc_actions[i].port);
1829 * ports specified in the mask and returns the behaviour
1850 exception_port_array_t ports,
1879 if ( thread->exc_actions[i].port == ports[j] &&
1889 ports[j] = ipc_port_copy_send(thread->exc_actions[i].port);
1912 exception_port_array_t ports,
1941 if ( task->exc_actions[i].port == ports[j] &&
1951 ports[j] = ipc_port_copy_send(task->exc_actions[i].port);