Searched refs:pdp (Results 1 – 3 of 3) sorted by relevance
72 mach_port_t *please_dealloc, *pdp; in _hurd_exec_paths() local169 pdp = please_dealloc; in _hurd_exec_paths()190 if (pdp && d->port.port != MACH_PORT_NULL) in _hurd_exec_paths()193 *pdp++ = d->port.port; in _hurd_exec_paths()195 *pdp++ = d->ctty.port; in _hurd_exec_paths()201 if (pdp && d->ctty.port != MACH_PORT_NULL) in _hurd_exec_paths()206 *pdp++ = d->ctty.port; in _hurd_exec_paths()289 if (pdp) in _hurd_exec_paths()290 *pdp++ = ports[idx]; /* XXX presumed still in _hurd_ports */ in _hurd_exec_paths()295 if (pdp) in _hurd_exec_paths()[all …]
572 mach_port_t *please_dealloc, *pdp; in __rtld_execve() local594 pdp = please_dealloc; in __rtld_execve()611 *pdp++ = ports[i]; in __rtld_execve()619 *pdp++ = dtable[i]; in __rtld_execve()649 please_dealloc, pdp - please_dealloc, in __rtld_execve()
214 allocate_stack (const struct pthread_attr *attr, struct pthread **pdp, in allocate_stack() argument558 *pdp = pd; in allocate_stack()