Lines Matching refs:port
91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()
180 __spin_lock (&d->port.lock); in _hurd_exec_paths()
186 if (pdp && d->port.port != MACH_PORT_NULL) in _hurd_exec_paths()
189 *pdp++ = d->port.port; in _hurd_exec_paths()
190 if (d->ctty.port != MACH_PORT_NULL) in _hurd_exec_paths()
191 *pdp++ = d->ctty.port; in _hurd_exec_paths()
193 __spin_unlock (&d->port.lock); in _hurd_exec_paths()
197 if (pdp && d->ctty.port != MACH_PORT_NULL) in _hurd_exec_paths()
202 *pdp++ = d->ctty.port; in _hurd_exec_paths()
203 dtable[i] = _hurd_port_locked_get (&d->port, &ulink_dtable[i]); in _hurd_exec_paths()
204 dtable_cells[i] = &d->port; in _hurd_exec_paths()
265 inline error_t reauth_io (io_t port, io_t *newport) in _hurd_exec_paths()
269 error_t err = __io_reauthenticate (port, in _hurd_exec_paths()