Lines Matching refs:portnames
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()
303 if (portnames[i] == newtask || portnames[i] == newproc) in _Fork()
306 if (portnames[i] == __mach_task_self ()) in _Fork()
310 else if (portnames[i] == _hurd_ports[INIT_PORT_PROC].port) in _Fork()
316 else if (portnames[i] == ss->thread) in _Fork()
328 (newtask, MACH_PORT_RIGHT_DEAD_NAME, portnames[i])) in _Fork()
331 else if (portnames[i] == _hurd_msgport_thread) in _Fork()
340 (newtask, MACH_PORT_RIGHT_DEAD_NAME, portnames[i])) in _Fork()
348 if (portnames[i] == threads[j]) in _Fork()
354 insert = portnames[i]; in _Fork()
359 portnames[i], in _Fork()
365 if (insert == portnames[i] in _Fork()
372 portnames[i]); in _Fork()
376 portnames[i], in _Fork()
388 assert (__mach_port_extract_right (newtask, portnames[i], in _Fork()
411 portnames[i], in _Fork()
571 if (portnames) in _Fork()
573 (vm_address_t) portnames, in _Fork()
574 nportnames * sizeof (*portnames)); in _Fork()