Lines Matching refs:d
174 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_exec_paths() local
175 if (d == NULL) in _hurd_exec_paths()
180 __spin_lock (&d->port.lock); in _hurd_exec_paths()
181 if (d->flags & FD_CLOEXEC) 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()