Lines Matching refs:new
64 struct hurd_fd *new = malloc (sizeof (struct hurd_fd)); in init_dtable() local
65 if (new == NULL) in init_dtable()
69 _hurd_port_init (&new->port, MACH_PORT_NULL); in init_dtable()
70 _hurd_port_init (&new->ctty, MACH_PORT_NULL); in init_dtable()
74 _hurd_port2fd (new, _hurd_init_dtable[i], 0); in init_dtable()
76 _hurd_dtable[i] = new; in init_dtable()
225 io_t new; in ctty_new_pgrp() local
227 if ((err = __term_open_ctty (port, _hurd_pid, _hurd_pgrp, &new))) in ctty_new_pgrp()
236 new = MACH_PORT_NULL; in ctty_new_pgrp()
238 _hurd_port_set (&d->ctty, new); in ctty_new_pgrp()
266 mach_port_t new, newctty, ref; in reauth_dtable() local
284 &new))) in reauth_dtable()
298 _hurd_port_locked_set (&d->port, new); in reauth_dtable()