Home
last modified time | relevance | path

Searched refs:pdp (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/hurd/
Dhurdexec.c72 mach_port_t *please_dealloc, *pdp; in _hurd_exec_paths() local
169 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 …]
/glibc-2.36/sysdeps/mach/hurd/
Ddl-sysdep.c572 mach_port_t *please_dealloc, *pdp; in __rtld_execve() local
594 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()
/glibc-2.36/nptl/
Dallocatestack.c214 allocate_stack (const struct pthread_attr *attr, struct pthread **pdp, in allocate_stack() argument
558 *pdp = pd; in allocate_stack()