Lines Matching refs:pdp
72 mach_port_t *please_dealloc, *pdp; in _hurd_exec_paths() local
165 pdp = please_dealloc; 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()
191 *pdp++ = d->ctty.port; 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()
282 if (pdp) in _hurd_exec_paths()
283 *pdp++ = ports[idx]; /* XXX presumed still in _hurd_ports */ in _hurd_exec_paths()
288 if (pdp) in _hurd_exec_paths()
289 *pdp++ = ports[INIT_PORT_AUTH]; in _hurd_exec_paths()
306 if (pdp) in _hurd_exec_paths()
307 *pdp++ = _hurd_init_dtable[i]; in _hurd_exec_paths()
321 if (pdp) in _hurd_exec_paths()
325 memcpy (pdp, dtable, dtablesize * sizeof pdp[0]); in _hurd_exec_paths()
326 pdp += dtablesize; in _hurd_exec_paths()
359 if (pdp) in _hurd_exec_paths()
370 *pdp++ = ports[i]; in _hurd_exec_paths()
372 *pdp++ = dtable[i]; in _hurd_exec_paths()
392 please_dealloc, pdp - please_dealloc, in _hurd_exec_paths()
403 please_dealloc, pdp - please_dealloc, in _hurd_exec_paths()