Searched refs:portnames (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | _Fork.c | 84 mach_port_t *portnames = NULL; in _Fork() local 183 &portnames, &nportnames, in _Fork() 214 portnames[i])) in _Fork() 224 portnames[i], in _Fork() 229 portnames[i], in _Fork() 233 if (portnames[i] == _hurd_msgport) in _Fork() 265 portnames[i], in _Fork() 271 portnames[i], in _Fork() 284 portnames[i], in _Fork() 290 portnames[i], port, in _Fork() [all …]
|
D | dl-sysdep.c | 573 mach_port_t *portnames = NULL; in __rtld_execve() local 598 &portnames, &nportnames, in __rtld_execve() 613 if (portnames[j] == ports[i]) in __rtld_execve() 614 portnames[j] = MACH_PORT_NULL; in __rtld_execve() 621 if (portnames[j] == dtable[i]) in __rtld_execve() 622 portnames[j] = MACH_PORT_NULL; in __rtld_execve() 628 if (portnames[i] == MACH_PORT_NULL) in __rtld_execve() 631 portnames[j] = portnames[i]; in __rtld_execve() 650 portnames, nportnames); in __rtld_execve()
|
/glibc-2.36/hurd/ |
D | hurdexec.c | 74 mach_port_t *portnames = NULL; in _hurd_exec_paths() local 371 &portnames, &nportnames, in _hurd_exec_paths() 390 if (portnames[j] == ports[i]) in _hurd_exec_paths() 391 portnames[j] = MACH_PORT_NULL; in _hurd_exec_paths() 398 if (portnames[j] == dtable[i]) in _hurd_exec_paths() 399 portnames[j] = MACH_PORT_NULL; in _hurd_exec_paths() 405 if (portnames[i] == MACH_PORT_NULL) in _hurd_exec_paths() 408 portnames[j] = portnames[i]; in _hurd_exec_paths() 432 portnames, nportnames); in _hurd_exec_paths() 442 portnames, nportnames); in _hurd_exec_paths()
|