Searched refs:old (Results 1 – 3 of 3) sorted by relevance
55 mach_port_t old in _hurd_port2fd() local59 if (old != MACH_PORT_NULL) in _hurd_port2fd()60 __mach_port_deallocate (__mach_task_self (), old); in _hurd_port2fd()
140 mach_port_t old; in _hurd_locked_install_cttyid() local164 old = _hurd_userlink_clear (&port->users) ? port->port : MACH_PORT_NULL; in _hurd_locked_install_cttyid()202 if (old != MACH_PORT_NULL) in _hurd_locked_install_cttyid()203 __mach_port_deallocate (__mach_task_self (), old); in _hurd_locked_install_cttyid()
198 mach_port_t old; in _hurd_port_locked_set() local199 old = _hurd_userlink_clear (&port->users) ? port->port : MACH_PORT_NULL; in _hurd_port_locked_set()202 if (old != MACH_PORT_NULL) in _hurd_port_locked_set()203 __mach_port_deallocate (__mach_task_self (), old); in _hurd_port_locked_set()
Completed in 7 milliseconds