Lines Matching refs:ports
61 mach_port_t ports[_hurd_nports]; in _hurd_exec_paths() local
65 _hurd_port_free (&_hurd_ports[i], &ulink_ports[i], ports[i]); in _hurd_exec_paths()
91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()
99 ports[i] = _hurd_port_get (&_hurd_ports[i], &ulink_ports[i]); in _hurd_exec_paths()
253 err = __auth_makeauth (ports[INIT_PORT_AUTH], in _hurd_exec_paths()
281 err = reauth_io (ports[idx], &newport) ?: err; in _hurd_exec_paths()
283 *pdp++ = ports[idx]; /* XXX presumed still in _hurd_ports */ in _hurd_exec_paths()
285 ports[idx] = newport; in _hurd_exec_paths()
289 *pdp++ = ports[INIT_PORT_AUTH]; in _hurd_exec_paths()
291 ports[INIT_PORT_AUTH] = newauth; in _hurd_exec_paths()
370 *pdp++ = ports[i]; in _hurd_exec_paths()
389 ports, MACH_MSG_TYPE_COPY_SEND, in _hurd_exec_paths()
401 ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, in _hurd_exec_paths()
413 __mach_port_deallocate (__mach_task_self (), ports[i]); in _hurd_exec_paths()